Memory Pool Memory Pool Refreshing

10,406 transactions
3.16 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (503,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
404,317 404,317 000000000000000002fbe84235c30db8f478c4d2363911f03e73c133f09162aa 0.99 MB 846 15
404,316 404,316 00000000000000000119f4a451c1d02a939b6c55b1c8f2fb0e8e52671f672e5b 0.14 MB 160 17
404,315 404,315 000000000000000003450be7b672e4d6f7dc4a01c1e4f6ba65421c15bf5f59e6 0.09 MB 250 35
404,314 404,314 000000000000000002629361d601d108d6cd60efe71a0d37228e42d25dd55199 0.34 MB 762 33
404,313 404,313 000000000000000001cbf55b2b3eb2414ffe59e66553db46d8c0fbdf17f4cba4 0.99 MB 2,348 41
404,312 404,312 00000000000000000119dfb9d8b0d167facfcbe2f26ac2389c855d974ea36e71 0.24 MB 522 42
404,311 404,311 000000000000000004c2467bbf3b147e58a95980c2ad7564e135ea7a0efd0234 0.99 MB 1,011 28
404,310 404,310 0000000000000000063e10989814bd35bca9f56ac73a769bad5839c4301f15eb 0.47 MB 765 24
404,309 404,309 000000000000000003f6d175493cb10c38bc42360bea2b7e965306d9a8c74437 0.97 MB 1,875 34
404,308 404,308 00000000000000000456ae66f88ca4cbb05ae27658fa54e723dba020230de77c 1.00 MB 1,815 38
404,307 404,307 0000000000000000019bfa03a67a672eb67a1d8138a24262b20a2d5ead70d922 0.97 MB 1,492 25
404,306 404,306 000000000000000001c6720f2628abf5061ce4d572924d7e737439e2396c41ca 0.58 MB 1,393 39
404,305 404,305 0000000000000000004ab00c1f4c391632ebeceb8d94c1ff11847bfe36ce72ce 0.04 MB 118 57
404,304 404,304 00000000000000000191d3f3865a47b8699c91f37e8d2fb7d909016275e87171 0.47 MB 1,010 38
404,303 404,303 0000000000000000045dcb0aa8d05cc6cbd4485056458ca2174497d90bce41b1 0.55 MB 1,012 34
404,302 404,302 0000000000000000048e628b95f24fb6fc8df02914ea11cd9c40a153d115db43 0.67 MB 1,036 28
404,301 404,301 0000000000000000041b75baa469b7df94e85ae7d058bccc269c6ea249385fdc 1.00 MB 2,533 41
404,300 404,300 0000000000000000039212b8f7a4c40a8ff3e7db990cb24ab7d324562383d527 0.13 MB 252 31
404,299 404,299 000000000000000000da110344236b2bb6ce1318f06ffbd592c5754a7c852387 0.50 MB 1,101 37
404,298 404,298 000000000000000005d076999e2053a62f9404edca0451eaf871cb3666d66668 0.50 MB 1,157 35
404,297 404,297 000000000000000004f4c7a997049e20bdac8af9a7e13b35a60f194b96eb66ab 0.20 MB 359 31
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,621.45 GB sent, 92.91 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.