Memory Pool Memory Pool Refreshing

11,817 transactions
4.71 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
2 sats/vbyte 3
2 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
905,423 000000000000000000023aa60000000000000000000000000000000000000000 ago 1.00 vMB 4,149 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 905,422 (365,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
539,978 539,978 0000000000000000001f95583ceddee695cbfbdddd7ae86dc7acd2847c7b4c6d 0.26 MB 571 40
539,977 539,977 000000000000000000086b09770addcc148523ecdb244cbdbda94c972a92fae5 0.93 MB 1,258 16
539,976 539,976 00000000000000000017f072cc04bb69fe2cb50ba5612cc6405f4d0d0940d03c 1.26 MB 607 2
539,975 539,975 0000000000000000000132e89ccee6f9501ab819aa18a301784f18def9841f87 1.17 MB 2,295 17
539,974 539,974 00000000000000000028b6d4c9949191c32447ac64b270cb26810cda7e49c8cf 1.16 MB 2,320 14
539,973 539,973 00000000000000000022b553c71e0e80486d45298e3749ada0b44870b26d8430 1.20 MB 2,993 14
539,972 539,972 00000000000000000020556ffdae0f5ea1e5f758308a88be841dba2e8e46ae55 0.00 MB 11 19
539,971 539,971 0000000000000000000112501240eda9273c57451608ccf814bf51c10917d15f 1.14 MB 2,387 12
539,970 539,970 00000000000000000005aaa53e5dc5fd0ccd12e27780d92ff71b2ae795d3dd7b 1.19 MB 2,886 20
539,969 539,969 0000000000000000000f2768ac730086fd84446676d185f7142786f935d6876f 1.14 MB 2,479 8
539,968 539,968 0000000000000000000b4b24e6995a28be7bc538726c27c9837a1c0a3e0d23c3 1.30 MB 2,713 28
539,967 539,967 00000000000000000014ffe0cc6e97e9786ccff1f96d1d36ab158fe7abf486bb 1.34 MB 2,328 26
539,966 539,966 000000000000000000039ae751996ff24a2d8adf4270570eb874181c45c57a1a 1.19 MB 2,835 41
539,965 539,965 000000000000000000119bbdfa591d9a3e932c2e0a8168eecc9fc1e0c8e11d1d 1.19 MB 2,398 35
539,964 539,964 0000000000000000000d0a4281ca43fc936fbd7c957a06a7354e179333421c32 1.17 MB 1,831 10
539,963 539,963 000000000000000000265a7ba3e27a0589271937a310a4c02344236c0da1409f 1.10 MB 2,104 14
539,962 539,962 000000000000000000070ca769792c1055096101f10555c42c3fd54ead4261aa 1.11 MB 2,896 8
539,961 539,961 000000000000000000101df12e07472ba51730e80358add124b3bc8edf0d5e97 1.24 MB 2,379 21
539,960 539,960 0000000000000000000224dc1053ab2e82379efb23abe1c4faabb5cd16fa463d 1.21 MB 2,377 35
539,959 539,959 000000000000000000083799a5f4c5edee8d0b12ff3b05b6c5d0a62e31e35148 1.17 MB 2,943 10
539,958 539,958 000000000000000000156f4a8564481b787ea7aa94b85b22e3aa9b1ee7332c0a 1.18 MB 2,152 27
Previous 10 blocks ↓
Total Size: 764.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,333.63 GB sent, 71.63 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.