Memory Pool Memory Pool Refreshing

11,570 transactions
3.32 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,120 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (6,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,681 901,681 000000000000000000001a0befe866f9c4592264b302acc2a5de90b263051825 1.14 MB 867 2
901,680 901,680 000000000000000000017a2754b4024e397af5fa72cedb23580769f8fe73d4c7 1.18 MB 1,272 3
901,679 901,679 000000000000000000020b2b89cd0bac8c2e8a640d61447112a3f4bf75dd5474 1.47 MB 2,554 4
901,678 901,678 00000000000000000000eac2df66744f7e194c46893b49c8f5b742d685e9bdfa 1.55 MB 3,336 5
901,677 901,677 00000000000000000000b6084502e6a1d3dbdaf75dbeb64f18e303369105fd98 1.66 MB 3,508 4
901,676 901,676 0000000000000000000084aa20835d453e0775ae23079911f68b3a07e98e6c19 1.37 MB 568 2
901,675 901,675 0000000000000000000231c3fda7d6ae8e674d2dd7035e1293a2cc21aedf6855 1.73 MB 2,742 4
901,674 901,674 0000000000000000000107cb02a6c19084b54a1d0e8504d3a96d8fdd10d2f62b 1.56 MB 4,178 6
901,673 901,673 00000000000000000000a30d9d5025c11b17b2c44b176de0e284c84f59dacebb 1.54 MB 3,934 6
901,672 901,672 00000000000000000001b882395f50a4c5ac2666681d2945ca5707381cfdfdb2 1.74 MB 3,407 4
901,671 901,671 0000000000000000000076d9b827f2badc292c433b17554217c0eeed48ec55b0 1.53 MB 3,773 6
901,670 901,670 00000000000000000000b61f43937e0508f7746f4a26d5dc5beb821f6b0ee69a 1.55 MB 4,143 6
901,669 901,669 000000000000000000000b7b9856ad800c2fa2c48b16e8b72566a6398cc28f20 1.55 MB 4,125 7
901,668 901,668 0000000000000000000119b98ca96d4d357ac9d6e0d7532ad557dbc4ac346021 1.32 MB 1,243 3
901,667 901,667 0000000000000000000059dbc66796cdade1ccb50367df0b98f147d95d57ad63 1.33 MB 1,112 3
901,666 901,666 0000000000000000000087fd7258a5bfcfa2d538a52a3f12f424bf6cab1d099c 1.60 MB 3,800 6
901,665 901,665 00000000000000000001cfa097caf9ef7966a64c3de7daa00e7bd54e6f1765b2 1.66 MB 3,191 5
901,664 901,664 00000000000000000001f28c2b6da0bb4db433ea1196e6952df0979b66204769 1.09 MB 262 2
901,663 901,663 00000000000000000001f9972c8fb556d984ec38a7f1f5933014bbcd640c580d 1.14 MB 774 2
901,662 901,662 0000000000000000000099a0697179116690566de0faa0c139c48cf16937dfe0 1.50 MB 2,050 4
901,661 901,661 00000000000000000001e7bf624e4a45ee8649838b89da9e4413be1b96875223 1.20 MB 1,149 3
Previous 10 blocks ↓
Total Size: 769.24 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,635.03 GB sent, 94.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.