Memory Pool Memory Pool Refreshing

14,038 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 27/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
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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,305 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (262,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
644,975 644,975 0000000000000000000a0e28269095677c5525fcd7d50fba63e990ffeb16e440 1.26 MB 2,279 109
644,974 644,974 00000000000000000001c0a830faeb6ed0e450ea9d78fca200bc6d6a5c27eafa 0.91 MB 1,242 12
644,973 644,973 0000000000000000000fe449a9549c9b99eb155b7df8e56d04ad5a66b52855f6 1.29 MB 2,328 26
644,972 644,972 0000000000000000000ab5ac8c2f4fd5b9db671aff701589f0473382856e0438 1.32 MB 2,888 70
644,971 644,971 0000000000000000000ae33812eaa667b1c6eaf0d86f0d66482bfb78d326bc1e 1.20 MB 1,536 18
644,970 644,970 0000000000000000000ef5e6432e23d23e2ed130489f76141adb10e4fcff965c 1.23 MB 1,184 18
644,969 644,969 0000000000000000000b11d8c42e0b9a54d598dcd2f73fcee9ae1780bfe55aa6 1.43 MB 1,684 7
644,968 644,968 00000000000000000007bd4088bd3781ff57402e03114b9e8ff6981f3dbbd410 1.21 MB 2,280 40
644,967 644,967 0000000000000000000cfee48da1606c23f88006bcf5ad9e25b1fa4cccddfc72 1.32 MB 2,665 64
644,966 644,966 0000000000000000000ff034b87e19a3262df63d4953db7712c8e0f5e609b348 1.71 MB 891 10
644,965 644,965 000000000000000000086c7d5d5625826e87f726552a25b3a70ca17a4bd2ceae 1.27 MB 2,885 41
644,964 644,964 00000000000000000008ff5fe57f6d663f16a610c06825d635ba456c923d8979 1.29 MB 2,641 41
644,963 644,963 0000000000000000000d2cc99fbdacbf122c04caae74cb867d320baf6c37c2f2 1.63 MB 632 13
644,962 644,962 0000000000000000000e963346b7c6530fada1d2eee7957802217da459834c03 1.51 MB 604 29
644,961 644,961 00000000000000000009b965aab2e3e003806b39aa16a86c9031eb0c56a1c5b5 1.32 MB 2,789 35
644,960 644,960 0000000000000000000b5bac336f46318ccabe83831a49dea724b6ac2e30261e 1.48 MB 1,810 22
644,959 644,959 000000000000000000044712efb41df40fb4bc2c8c15333f4fb0797d3e485558 1.27 MB 2,819 47
644,958 644,958 000000000000000000039766dc46052e66b3a25e686bff1ddc34df6e9640ba9c 1.43 MB 1,613 20
644,957 644,957 000000000000000000032c361458ba7234fb6fb358cdd0acda01601dd9340283 1.40 MB 880 14
644,956 644,956 00000000000000000008971a9c0b4e7991565ca1d2692de7c9bd99f105de8d7d 1.23 MB 1,184 11
644,955 644,955 0000000000000000000953b7b531e5c54ff55f9845389003db2b8c375508184d 1.06 MB 643 7
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.