Memory Pool Memory Pool Refreshing

6,642 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,461 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (309,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
598,815 598,815 000000000000000000007c37113198140c619a4767f9e48ae3010dd92dcb27b3 0.07 MB 218 27
598,814 598,814 000000000000000000047772b5faf31db6117b23b1cbc9527d0d9e79c00b8744 0.83 MB 2,167 17
598,813 598,813 000000000000000000017f753867651d6484a67b839a505c51455d9c15e069ae 1.30 MB 2,684 26
598,812 598,812 00000000000000000011da782a7a047aaaa2359f7b551d226f83171d31b66849 0.77 MB 2,128 16
598,811 598,811 000000000000000000018fccc67799c8dbcc4ab49a9945eaf69fc585c89354ab 0.14 MB 393 26
598,810 598,810 0000000000000000000514ebd5796f9612ad6f50ff2cd5be8d8d4f23051bb415 0.95 MB 2,605 19
598,809 598,809 000000000000000000015d9a789b21bcdf33e592709e2176fcf55f13ca2838f1 1.24 MB 3,132 8
598,808 598,808 0000000000000000000314b28877ee94012e8f39c1cb5152e8371bcbaab29bf4 1.28 MB 3,283 27
598,807 598,807 0000000000000000000f3f8e29b42cf449f03930d215045b83415633119cbb61 1.29 MB 3,293 24
598,806 598,806 0000000000000000000c3cd7fd4a5198fe0865f720ac3a98ad8ec70ad6e1ed59 0.80 MB 1,963 2
598,805 598,805 0000000000000000000093919e58b3c781cebe7e558c219243bf2d6d42e83026 1.42 MB 2,809 30
598,804 598,804 00000000000000000001cf42a0711a90ac59a670a1a0ad9407de53cad02d67e3 0.27 MB 764 21
598,803 598,803 00000000000000000006788e404bd583939d989c4a118f6e4a157b1d2506104c 0.58 MB 1,319 18
598,802 598,802 0000000000000000000226bee5a2dc6f0711d167b2e8a8d1283b92f208ad0f5e 0.58 MB 1,441 15
598,801 598,801 00000000000000000005d69fcbec1e078abe27cc5ba99a4ddecaaf3cb7ab0fca 0.17 MB 493 18
598,800 598,800 0000000000000000000bf4f5b3fa98ee1e2a78200c624ad5c94396e56f6bf4b5 0.63 MB 1,199 17
598,799 598,799 00000000000000000009c4e1d4e04544342f6e333c3ed3e79bac150c37b528ac 0.02 MB 71 24
598,798 598,798 00000000000000000015367baa676b5628674546d0b1c936ee2772f900e5288d 0.69 MB 1,600 18
598,797 598,797 00000000000000000003ad5fa68fb8be6d599218866cdd102f795c4406fb4a0f 0.89 MB 1,475 14
598,796 598,796 00000000000000000005f58388c9cda94ec7ba5fbfb3d1801a3304dfad62b6bd 1.30 MB 3,504 18
598,795 598,795 00000000000000000013872f82e7ca108e355b6773f7234464342d3c0761c578 0.09 MB 246 23
Previous 10 blocks ↓
Total Size: 769.21 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,634.61 GB sent, 94.02 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.