Memory Pool Memory Pool Refreshing

6,380 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,951 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,453 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,950 (252,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
655,081 655,081 0000000000000000000386eb8890a8529be0d8339ce755a6567bb41c447a157d 1.39 MB 2,099 211
655,080 655,080 0000000000000000000c6b202b7466f5c63168477094392f58e1f725bbfff5f1 1.30 MB 2,474 157
655,079 655,079 00000000000000000004405c28520111cbab86f32c51b6e865a4ca8a16e10853 1.26 MB 1,878 99
655,078 655,078 000000000000000000003ac43416c4f023b8bbc201ff7d6817fc9aab4840cb76 1.34 MB 2,056 125
655,077 655,077 00000000000000000000cbc3c2168cedc8953288cc6cceb369dc93d69373fc09 1.33 MB 2,242 182
655,076 655,076 00000000000000000000c17635b34c9b6cba7a8c49e2ebd4fdbb5690e10a6708 1.39 MB 2,159 152
655,075 655,075 00000000000000000006efde1a77d06fc5ea15c96d77785df288fa89c703a395 1.32 MB 2,210 193
655,074 655,074 000000000000000000057ebcab9bb9f972957c7febb1d54cc8d3d37d40d41073 1.22 MB 1,790 30
655,073 655,073 0000000000000000000a510962d8a208972770cbf39f913d983ee14376bed370 1.30 MB 3,012 41
655,072 655,072 000000000000000000071a16bac78338e79ad61877d23adb6e56ed5eaa122add 1.39 MB 2,794 98
655,071 655,071 00000000000000000008da5bc27c2bd69b8af806863750cd130e0c6649aabb8a 1.44 MB 2,458 200
655,070 655,070 00000000000000000005d0e27a58786e91519f4b7dbcfdb39dafdbb26d8fcc96 1.26 MB 2,049 106
655,069 655,069 00000000000000000008caac5426e6b2284a841559eae49271cc062868a601c4 1.29 MB 1,459 54
655,068 655,068 000000000000000000067ee9834dc1e108beada0c2beceba09f7a39d712a1150 1.45 MB 2,259 196
655,067 655,067 0000000000000000000daadbef52dced423ced75b0cc332a7eba3626f2a52fe9 1.55 MB 1,512 179
655,066 655,066 000000000000000000059caf73a57b124564c934f6e60654945fe306341edfc4 1.26 MB 1,763 74
655,065 655,065 0000000000000000000888789c229d8de4df4c450aea9c4330f0b3e3ed0f7664 1.42 MB 2,576 62
655,064 655,064 00000000000000000006370106d5ed48b6367e430f77de928405da9b77997bc7 1.18 MB 1,280 52
655,063 655,063 0000000000000000000cde2bf9ea4217daf40cecfb18d191c2fea22b32907360 1.28 MB 1,645 97
655,062 655,062 00000000000000000005cf3fc881b9fc4ae0d78d4a5fca3cbe91ae12cc8b1916 1.28 MB 2,803 133
655,061 655,061 0000000000000000000210a2408b866bfdb1b98e442156d53bf82065aa8f3250 1.29 MB 1,993 43
Previous 10 blocks ↓
Total Size: 769.45 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.03 GB sent, 95.22 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.