Memory Pool Memory Pool Refreshing

2,439 transactions
25.48 vMB
Show Random Selection Loading Transactions
Max Size: 103/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
908,310 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,145 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (797,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,528 110,528 000000000000933fedd307951030622a98881d6bbcaf07ba10a80ae9fc3e5761 0.00 MB 4 0
110,527 110,527 000000000001a8205a9f84bceb55d21910769cd1d9253ec0fd756a8fb5179463 0.00 MB 7 690
110,526 110,526 0000000000003616def9e1b98c823cf7db69ddb814ed76c55acc232abd57d9e9 0.00 MB 5 0
110,525 110,525 00000000000194f31e60740b6b0ffe0d536f8737ca85787e171da260fd4a6ed1 0.00 MB 11 0
110,524 110,524 00000000000102f6e16f72c638be5e9e7f848410a7ec7c399990a30999dfc3db 0.00 MB 12 0
110,523 110,523 0000000000005a2bb48bb00e5d2ea32f6eb1b144eaf348fd01abfe7e6ceed5b3 0.00 MB 7 0
110,522 110,522 000000000001bc89dba359772f4b8be3221bf06b86fe8e921ae6840c1779a5cf 0.00 MB 12 677
110,521 110,521 000000000000b5fcdb684a6e7ec4879878f0f617f48cacf28d51fb76b6a81ae1 0.00 MB 12 0
110,520 110,520 000000000000c5e83905faaf45deaabdb0468a7368f57f546eae580cf3291a3a 0.00 MB 12 0
110,519 110,519 0000000000008df6d0f35c474f7db8827473cace3eef36b21eb992f83a6b88aa 0.00 MB 12 0
110,518 110,518 00000000000049ce8bfdfad8cefdef76eb3eaf13e851387813917ce3cb29b563 0.00 MB 13 0
110,517 110,517 00000000000107604f7934295f7ee4a8e961160cf31bd2960d0d99c7bb30d895 0.00 MB 12 0
110,516 110,516 000000000000313250c8467a4f530d56e56a46fd11ebbb82ee88ad37e84d4f68 0.00 MB 18 0
110,515 110,515 0000000000012705e7f3c106a4613f030f542c71defc86d802070b53b4e4d4a1 0.00 MB 3 0
110,514 110,514 00000000000025b656a3ccfd4a5d1a93530a5516ddb3b78e98d31df55f4cc826 0.00 MB 5 0
110,513 110,513 000000000000364017475618795b87fb94234f148d7405fc158590ab1e864cfe 0.00 MB 1 0
110,512 110,512 00000000000172ccda08c617cc728836b14126777c04ef085fdf8956a3a27a9c 0.00 MB 1 0
110,511 110,511 0000000000007d9adce59dfc538f3e5c27a1aac2d791a8ec22cf1f48a5e66066 0.00 MB 3 0
110,510 110,510 000000000000cd11236ec5392c2505df836c1f08428e4ba8a14d68244f2f9485 0.00 MB 10 0
110,509 110,509 0000000000004e98bf659b635f8d0bdb44149c74791aa465a05a8b6988f35dbc 0.00 MB 7 0
110,508 110,508 00000000000028a7c17396019a32a535a3403a9ac1dfc12d05ae1c01ff71519e 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.21 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,697.27 GB sent, 98.58 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.