Memory Pool Memory Pool Refreshing

3,843 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,344 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (580,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
327,621 327,621 000000000000000016467399462c964b97ffbb4b0396c59675c0f413a1de9565 0.46 MB 863 29
327,620 327,620 00000000000000000fe495ebc1aac74cd192dfb3c47b888023cb271022278f7a 0.45 MB 708 27
327,619 327,619 00000000000000000ffbd6fa2dedb118b6e9bfe7fe7ad63b0c7b5fe73b5a93f2 0.02 MB 39 22
327,618 327,618 000000000000000011c260e301f0c95d572d80dfd16b242d32a15ad5f151735b 0.41 MB 757 30
327,617 327,617 00000000000000000861d85776e92ed4d9cecc35bcda7ccd352c456af94e6068 0.00 MB 1 0
327,616 327,616 000000000000000015a5b01e4439024c4a81999a92e93cebcb66f01138b1ddc1 0.32 MB 616 33
327,615 327,615 00000000000000001753aea87f40267cc98422fdd48146305a7d6869a581458f 0.54 MB 887 26
327,614 327,614 00000000000000001914a51f8edd7c23eaf10242d4078db46d4ab5e426a2b828 0.02 MB 24 4
327,613 327,613 00000000000000000b0cfef4aefb55a6dd2198177e27e402a767743c3f3c94a4 0.10 MB 133 15
327,612 327,612 000000000000000009108ef9e0c8f26635a4cb273fe7e72ddadc04db03de956c 0.51 MB 1,057 29
327,611 327,611 00000000000000001c9e94b3764184bad32e3932ed5a712d41ed34297f3e6b6f 0.26 MB 504 30
327,610 327,610 00000000000000001e868d9f9a1b4c80d9e1d07a4b4dde1185df6f33c98331d2 0.36 MB 512 22
327,609 327,609 000000000000000007780bd481bc920e4cb73176d63b935d4a04754f91860514 0.75 MB 1,736 31
327,608 327,608 00000000000000001cff49df09e992a56185a2b28a3f74f4353d422213267aaa 0.24 MB 401 25
327,607 327,607 0000000000000000164d1e5096342d33cc0244f2e0f472f358dca6ad93ad76b7 0.14 MB 201 24
327,606 327,606 00000000000000000004487ff89132b9f5d070286b308af3aa3d6f01f4aa7bd6 0.13 MB 307 30
327,605 327,605 00000000000000001596c3f8055462195c138fb367337ec86439d42f1be683f2 0.01 MB 22 34
327,604 327,604 00000000000000000780df7c86be202a85f34f805a9ffaf5d3830d20112f3a86 0.06 MB 110 23
327,603 327,603 00000000000000001b489f3268f85d2b4199c9de6c500e2da4f109ef3f53412d 0.10 MB 201 23
327,602 327,602 000000000000000002f4666acadc960d2d5604a174379c9a643a9e36670964fb 0.15 MB 339 26
327,601 327,601 00000000000000000ebb10e5d24ede583d7b09e87b7d575f0bc5023b4bfa05dd 0.56 MB 905 24
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,627.47 GB sent, 93.13 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.