Memory Pool Memory Pool Refreshing

1,206 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,989 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 1,174 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,988 (778,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,798 129,798 000000000000107692c67013bd8120b40e4b560bf8c7f33e467e5e21b541c772 0.01 MB 28 609
129,797 129,797 000000000000123a8be8fae7e2362aaedada5d786d3252de000b495f80655531 0.02 MB 57 1,549
129,796 129,796 00000000000007deba3e810aeb261db8d2b6b49ab78993de7b16685d69d2df0f 0.02 MB 63 693
129,795 129,795 000000000000045659e8ead52c6cfb95013fbc4d9f8e231e7168b8fff3ad3bc3 0.05 MB 133 398
129,794 129,794 0000000000001872bad5d4e8631dc3f8b9eb4f3e3c3b7fec54c817a815414e2f 0.01 MB 23 793
129,793 129,793 000000000000173081662f41aaf47846099331aa3ace580533105ca354be170c 0.00 MB 3 3,875
129,792 129,792 00000000000003d69f78e286a273b54fdeb9a702c1354fb553a06b621f1f9039 0.02 MB 59 1,070
129,791 129,791 0000000000000a6543735a594479ebd48c8572e3fe9abf160a496bac7116ce9b 0.01 MB 26 927
129,790 129,790 00000000000011929c79885ce1a2b6f55247bb1fcac969638864be715771f560 0.02 MB 31 353
129,789 129,789 0000000000000a00d5d48cb58aa08bd18e22c12bcb05d30d7298daa8704dc4aa 0.03 MB 81 455
129,788 129,788 0000000000000bb74c392757768da8471eff12a26c596e45518898a0638dee2c 0.01 MB 18 1,214
129,787 129,787 0000000000000ca80e9ee8029d0a6de3707ea20716e1dd151ffaeabcf3821372 0.00 MB 9 310
129,786 129,786 0000000000001d438b9531d03912fd5b655a1f7d4694381507db604e2b3baf86 0.02 MB 67 43
129,785 129,785 00000000000010a66ade6d097004cd9a52af579ddfcf0666f610c975fba58928 0.00 MB 8 1,001
129,784 129,784 0000000000000194a74f9ca61e566039922e8a2f0932c4d0181884c1ad50d883 0.00 MB 14 1,155
129,783 129,783 00000000000016727b76093c2234a23ec27067979a36786a06c515688f64014e 0.02 MB 51 510
129,782 129,782 00000000000000d073f2ab44d69e9e05f298fbbee74e666b1f70e515fc3028f9 0.00 MB 6 1,504
129,781 129,781 0000000000000c1345d97a9e7104bf8c280be8cb7deb175e1425d8dd2993b24d 0.03 MB 61 1,275
129,780 129,780 0000000000000c0b31b55a7d8a10b0c408f9997b269a8e7ccfeb3d21f5056c32 0.03 MB 77 1,962
129,779 129,779 00000000000006cd87b9823c649773641b453e309883a9df751bb0548b9a1517 0.01 MB 30 286
129,778 129,778 0000000000000d492f9ea5983d707809200b78d8516d8b5654dc7c9a432953df 0.01 MB 20 867
Previous 10 blocks ↓
Total Size: 769.53 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 1,647.93 GB sent, 95.56 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.