Memory Pool Memory Pool Refreshing

3,152 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,957 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,204 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,956 (581,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,845 326,845 000000000000000006686156d4599fbbd3b4d5402212c328b6b4bf6a4bbb7fe9 0.14 MB 249 32
326,844 326,844 000000000000000017094c57d16c6277a23770f3be3bcd7ed59c8349c9690211 0.12 MB 196 24
326,843 326,843 000000000000000013e8d35986886da2f257fd649686107e400b6d6bfa93d313 0.45 MB 874 29
326,842 326,842 00000000000000001210cded4cb03f7fa083357c5a2972233b6eb2f3d4979b5a 0.10 MB 212 28
326,841 326,841 00000000000000000a982757429bbf3a8790ecfb3acc717269b06209b4af8902 0.25 MB 516 30
326,840 326,840 000000000000000012aed228e5a9ed589139c1022b3bbd1416489cd152e9e0ca 0.38 MB 695 31
326,839 326,839 0000000000000000181ab4a9a338cb1df69b137a73176628869be0c452cfce66 0.10 MB 170 26
326,838 326,838 000000000000000018e9b7d50fa3f219227be31904d531abd4773b1462ca34c4 0.02 MB 16 10
326,837 326,837 00000000000000001e4940be6110baea8f53e5aa549afdf3756060af14d52d2a 0.07 MB 109 26
326,836 326,836 00000000000000000126498c191c92ae3755f26c2495432c651b3f4f08ee2d36 0.17 MB 330 43
326,835 326,835 00000000000000001121efbe029000d766e2db37ad16ab61dccbaff487c42c35 0.48 MB 892 34
326,834 326,834 00000000000000001ab73477516945ac425a7c41494f36fa9616abdfd8ced2aa 0.12 MB 233 31
326,833 326,833 000000000000000017159315e0f84e55a13351b5098426f3f2dc3e6b645bcb68 0.42 MB 774 28
326,832 326,832 00000000000000000b164fa20f47f82ab7e3eee89794344f09f92ea7d8fd9b71 0.61 MB 1,074 26
326,831 326,831 00000000000000000a9d04b79ddfd7ec20dc40892eee90799e5a6b89c7932798 0.05 MB 94 25
326,830 326,830 00000000000000000c27acf62f0ce58e39b47588435b0bc2e3692a5d4bf8619f 0.38 MB 784 29
326,829 326,829 00000000000000001d2d9f66622a47ddafd4b2f82cf3aa6ab4575c5a9dd333a7 0.09 MB 183 15
326,828 326,828 000000000000000003962f6d925b37f6b9405badc04785c39b0d982c7ae48b07 0.55 MB 1,073 29
326,827 326,827 000000000000000018844fbd513d57bb2dbe9e7b228565f241be95266574cc25 0.23 MB 373 21
326,826 326,826 000000000000000009de1a0ba0cb2116240dc6ac64be83041eeafe851e94b336 0.12 MB 160 20
326,825 326,825 000000000000000016a3f3498bdbcac4921546eb26546c01ab804c29a7ad6255 0.75 MB 1,223 25
Previous 10 blocks ↓
Total Size: 769.46 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,646.22 GB sent, 95.27 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.