Memory Pool Memory Pool Refreshing

8,268 transactions
3.63 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,660 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,172 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,659 (193,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
713,718 713,718 00000000000000000002f2543767cdd77e17a0384725e4a7bacb8f352e5f9e6d 1.52 MB 3,273 6
713,717 713,717 0000000000000000000875c844ae53c6f9c38504d8b028843e5141a954fe1f81 1.45 MB 3,117 16
713,716 713,716 00000000000000000006d6cbb7a4ba133a6777ae3f7c7d97ac2de848d037904a 0.79 MB 1,969 8
713,715 713,715 000000000000000000029e71be2a180e745c739f62d1a8eeb8ff102ebff9ee9a 0.49 MB 937 7
713,714 713,714 000000000000000000096a23eb55e75224ac4260b60fe1c76480faa0c155647d 0.48 MB 929 7
713,713 713,713 00000000000000000004a212ed73e649a0c4b271d1605dbb32908dbd939f5d95 0.67 MB 1,365 9
713,712 713,712 000000000000000000008cd7f0cd2ebc8e3b54febff51e3763dcbcedce368d27 0.38 MB 608 7
713,711 713,711 0000000000000000000630129dabf79db93e6174856ac6499aae05f3a57acba2 0.98 MB 1,559 6
713,710 713,710 000000000000000000026c7352787d033702991ab1a2813b232eb77300f7fc19 1.37 MB 3,060 9
713,709 713,709 000000000000000000035dd2884bfb517288277483588ff3e2c6827df9963a7d 0.28 MB 610 9
713,708 713,708 000000000000000000044ca426079eec453162117f2adf6e48998819eb9c3dc5 0.67 MB 1,175 3
713,707 713,707 00000000000000000003201243213dae68b1f395e16ac04652539e4882b1b5fb 1.64 MB 1,830 9
713,706 713,706 000000000000000000007f22f2cc3799b6c9dae622749d644910817d33f15dd6 1.01 MB 1,086 4
713,705 713,705 0000000000000000000472c565d78f78200dc153302fc649a8941842d74f8f4f 1.47 MB 3,133 9
713,704 713,704 0000000000000000000852a0677474849fb46d99f6fe59ff903af5b355d52566 0.46 MB 626 7
713,703 713,703 00000000000000000001b142f9b781824ed9f65f6886072a441e138ae1560d05 0.88 MB 1,186 7
713,702 713,702 000000000000000000019916d864f6926591752deffed70f9ae7fcce6b3bdc7a 0.23 MB 244 6
713,701 713,701 000000000000000000056eab9bdceda6dbd7a498e4b059651e395380c3055424 0.80 MB 1,091 7
713,700 713,700 00000000000000000006a7749a3fc003e48abebd674f6d43671824045b60b5ff 1.57 MB 2,871 2
713,699 713,699 00000000000000000004d5d803183ecccd1efd5047875c5666043a36ec83e0db 1.42 MB 3,287 13
713,698 713,698 0000000000000000000a97d4efa190c90a6da4464450a2d76deb743a2f29c98d 1.42 MB 2,991 9
Previous 10 blocks ↓
Total Size: 768.91 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,603.33 GB sent, 92.32 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.