Memory Pool Memory Pool Refreshing

6,073 transactions
3.60 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,865 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (149,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
758,348 758,348 00000000000000000007282435cf51d5750c25c3c385c2f907443d3f02050735 1.46 MB 3,058 4
758,347 758,347 000000000000000000078d76fb7a199349057aebdc25b2ac43f1f295b28558df 1.43 MB 2,696 14
758,346 758,346 00000000000000000006eb5f35272fb374378fbe60a202e7729c85663724f723 1.49 MB 3,296 17
758,345 758,345 0000000000000000000199c5e52716e38bb4cfb01a13c682665dc234ef5e2944 0.37 MB 753 7
758,344 758,344 00000000000000000004e242cab757a6d34cb719b3e55dd14ee2b0d15d751f2a 0.34 MB 640 7
758,343 758,343 000000000000000000043a69202402daf48a8e557d2acce1d5c8f4790ab26d8c 0.56 MB 546 2
758,342 758,342 00000000000000000006ade9b7a2ba46a6278addbc56c310fff5939fd5a9d650 1.51 MB 2,095 2
758,341 758,341 00000000000000000004cc7c88cb12801be51ac115f53119ad325f3cbeb915f6 1.30 MB 1,223 5
758,340 758,340 000000000000000000003c403fde96b5bcce64cb1b1d211864ecda01747113e7 1.43 MB 2,917 10
758,339 758,339 00000000000000000002d3ab267d0612f2cbb78d721762ceffac563175808530 1.55 MB 3,399 14
758,338 758,338 00000000000000000000f92811b8e4712f87deea1a42c15cc14d6d079277e44a 1.05 MB 1,735 5
758,337 758,337 000000000000000000007c57f86a9b196b04dd9ccb59c83c7b9e4a2bb4e8a9fa 1.52 MB 2,216 5
758,336 758,336 000000000000000000076475042dd023bb501dec49e352745e45786939606080 1.48 MB 3,188 9
758,335 758,335 000000000000000000022d41106eb25c22906bcda7b86f478009964565159582 1.52 MB 3,295 8
758,334 758,334 00000000000000000005ce58c158d5e440ad0b137b5df87e79b8651ebc396ac3 1.08 MB 1,317 2
758,333 758,333 0000000000000000000012d8f5957130c853f88ff5360fca5f83b2ca27f27215 1.04 MB 306 1
758,332 758,332 00000000000000000001d447b550af1f12dbc5e754355d840258bb1edfa9d64c 1.61 MB 1,291 2
758,331 758,331 000000000000000000039d38a7527129ca2d9727e7fd3b9ab1abc67c9cc4880f 1.65 MB 2,694 6
758,330 758,330 000000000000000000051e3857f4f76691f7897ede16d0e21eee7c2bb60ceb84 1.51 MB 2,694 6
758,329 758,329 00000000000000000005488b524d60ccc3bacf4be70165f866170f39b33a5ded 1.31 MB 1,466 6
758,328 758,328 00000000000000000005dc7d1ea9905120ccf86e85e9075ac43de6651ac76d14 1.46 MB 2,953 9
Previous 10 blocks ↓
Total Size: 769.03 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,625.84 GB sent, 93.05 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.