Memory Pool Memory Pool Refreshing

5,203 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (756,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,537 151,537 000000000000023e8706e77a7106f65991a7abdff6b085a15f94e97f03c17dd2 0.02 MB 38 99
151,536 151,536 000000000000084738ee26414deb0a452ceea13ae1597b7a5152a01f6437836e 0.01 MB 28 291
151,535 151,535 000000000000072b5c83793590a5434ed439ffb06615f24464322b7ffe3b2be9 0.05 MB 143 102
151,534 151,534 0000000000000d3c0e2ebc65ae37166b008004d7d6aebe9070a215627fa6b775 0.00 MB 1 0
151,533 151,533 0000000000000b93be235613ee44eebe8844544c7f26679c49218f3fd76e6333 0.00 MB 10 54
151,532 151,532 0000000000000ab590a6d17846ddb98f2d936ce269caaaace2de9110e410c036 0.00 MB 14 42
151,531 151,531 0000000000000dddf5ef6d0d8ab15f8ddfafb2c680217f174ff869942c50a58d 0.01 MB 24 128
151,530 151,530 0000000000000af7b62ffb1c05205f272e557580205f13453c8b7fa31b9fed82 0.02 MB 58 72
151,529 151,529 0000000000000644168c1ffaf2343800e19e3c521845bef8ddd3c1aa8858276a 0.00 MB 10 166
151,528 151,528 000000000000004070c7f2fe65ecd0eddbbd4bd3b595ad51bc87f1ecd422bad9 0.02 MB 58 164
151,527 151,527 00000000000003f03c094b9edab469e2c49e231b8b50d0747733c75c52ae91b4 0.00 MB 3 57
151,526 151,526 0000000000000a60f4970c1715fbe51061a0e88c8db2cf1b5c34a8380cd89dd6 0.01 MB 13 230
151,525 151,525 000000000000067da75415493784c0a266775999ffb29e4292848dd8806fd168 0.00 MB 11 0
151,524 151,524 000000000000079583ba64d7e6bce865c608c51cac95fb1fc08e10a41cc665e0 0.02 MB 59 144
151,523 151,523 000000000000031a36d03e1bdd7ca25ae31d9afdb5ebd7437d97a8ac05407593 0.01 MB 52 0
151,522 151,522 000000000000001e4f5ba4c965889014c0f3debd58ff3f66b242ac33886e7d3f 0.02 MB 24 157
151,521 151,521 0000000000000c1d57dd0d6d40e71ff5f161f4e49c40247179b4faf62ed3849f 0.02 MB 62 184
151,520 151,520 0000000000000664d0abc976e31a0991977adba2159deb83dff8f6256d564fb9 0.00 MB 1 0
151,519 151,519 00000000000009eb41a0c4096039f1fac1e0f65d2a7785b928a4fcdfd742ba0f 0.00 MB 2 0
151,518 151,518 0000000000000a9f7260408a363ec91fc166c0a8e0e93fff6dcac73f679f2bec 0.03 MB 26 114
151,517 151,517 0000000000000c381f319413915cec3934bf2cdc3a54deeed1732cddb9447a11 0.05 MB 146 119
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.49 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.