Memory Pool Memory Pool Refreshing

2,696 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (603,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,348 304,348 000000000000000056061c6092f9b32609766be5a82d9e1f6e4ecfe1b6650446 0.08 MB 57 10
304,347 304,347 00000000000000005525477f9d494d738b0769a0c742217731d17ebf4859596c 0.22 MB 433 50
304,346 304,346 0000000000000000188a920d89ebc36020c5f020ef828227ea2703c2be54c04d 0.54 MB 954 29
304,345 304,345 0000000000000000004cb1c957cb222381f13848965ba2797c583e9f34521a8c 0.05 MB 92 3
304,344 304,344 0000000000000000197cf383cdc94bd2507a23728be1525df2461b1a5500e76b 0.19 MB 275 30
304,343 304,343 0000000000000000216b725e8e07f1e68e6632917296c77fd585fcd8ab808f11 0.30 MB 502 27
304,342 304,342 00000000000000003579d7e59d29c2f7f55f1e5e599d330f33d8e94a81b8bd02 0.09 MB 123 8
304,341 304,341 00000000000000001d084d730a9a3713c5eecc9e5309d6ca5bf59f4fe9d8b539 0.29 MB 525 28
304,340 304,340 00000000000000004e2435b44df7c7ff441a4c894cb4c756eb35f32f554ad222 0.09 MB 113 23
304,339 304,339 00000000000000003107f01930f1ad41b22647135130a579e6eaa61b185ffa5f 0.19 MB 187 19
304,338 304,338 000000000000000054df81470b27be6fe7d02109e399aa85b47b42d631f5b746 0.14 MB 100 19
304,337 304,337 000000000000000059e2e8c6958a1ab0cb45e67d40a46d6ad903a65e65f05744 0.34 MB 582 28
304,336 304,336 00000000000000002acbf6114b95afbceca6a652096b804fa04328436c080a80 0.16 MB 308 35
304,335 304,335 00000000000000003092b8c31668a2636c7f6f8fb4b5610c56c6558afa6222b7 0.01 MB 24 26
304,334 304,334 00000000000000004d1494171ca5cb3cc0b0296886ec47c95f90f8f1f78924ac 0.29 MB 592 32
304,333 304,333 000000000000000045aa0a8e931130bcb77798863c5d5ef95f041cd1f245840f 0.18 MB 339 29
304,332 304,332 000000000000000031db82a2fa1032c9ca2b039039a0188a9f891307bfed181a 0.08 MB 157 27
304,331 304,331 00000000000000002505e90578e1a7c8cc56b2b2aa1027a3c626b1d5bd120810 0.02 MB 43 30
304,330 304,330 0000000000000000035f475674c4a553fb44f8fbd56b55b477d0bda77116e226 0.18 MB 349 33
304,329 304,329 00000000000000006455169f7317cf2a01cdec0443dc6e9ccf9bce3ed4a6002e 0.15 MB 284 31
304,328 304,328 0000000000000000403fa583f3f12ba8fa50b28ae2df0733db4a1c47e027b019 0.18 MB 230 17
Previous 10 blocks ↓
Total Size: 769.05 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,627.43 GB sent, 93.12 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.