Memory Pool Memory Pool Refreshing

1,196 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,179 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (786,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,537 121,537 00000000000013e9d0d9b356129fb93bc041228aed7118d41f4be1f3cdc78b1e 0.00 MB 12 251
121,536 121,536 00000000000074cb8e2c2b5d575b6b555bbb9895634748030fec58ff7bcb4ec6 0.00 MB 2 4,484
121,535 121,535 0000000000005f03339637b474d6821aadd190a06706cf1e8c6538605793b64c 0.00 MB 2 0
121,534 121,534 000000000000852cfc756b090f3ed98c5e796489a0cbce2452219a996790fa32 0.00 MB 1 0
121,533 121,533 0000000000001afc8ef9af64d5d3790b2363dea0d9170ac3f041349451b0183f 0.00 MB 2 0
121,532 121,532 00000000000018c645e429966cfb8c0c3db3f18083b177b2a73d3c803955c708 0.00 MB 8 1,346
121,531 121,531 0000000000008dba2c3b8e5e64b1cea34844f916e38c8cd39b8d1f12639a4a9e 0.00 MB 11 803
121,530 121,530 0000000000004c9e3ba50c5381a294c52a15a6ed266fed452bba1c6f116ced18 0.01 MB 29 0
121,529 121,529 0000000000006737e89178df9a3d0e1731ff43d8e4d1a95fc1e6e4e3861382e8 0.00 MB 10 310
121,528 121,528 0000000000004484baf975532205d1ca10184be501618b3a742d68a393dbec60 0.01 MB 11 748
121,527 121,527 0000000000007d6cd05de2e8de930f36d8c6e93475528250d58eab34f7fde709 0.01 MB 22 374
121,526 121,526 0000000000000b26cce8ee1508aff800ba212e0b874ca6b3eaa7c866a7fd8702 0.01 MB 8 327
121,525 121,525 00000000000067633643dbaf3702b6ad48d5c19b8db46ba6ec7c5834fbdb131f 0.00 MB 1 0
121,524 121,524 000000000000179bff3ef7dc2f1aa891369780456bc28cc073ec6d3c23a2cd04 0.00 MB 11 0
121,523 121,523 000000000000427dcdd22929e70497a6210266676639ed26e9e45ede2259fb6b 0.01 MB 13 192
121,522 121,522 000000000000098a54f3d5db3ee52197ca146170cb10b049f11c5d19dd8096c1 0.01 MB 11 297
121,521 121,521 000000000000393719db7ffbd61c03778c457f7e411130749433259d4563f519 0.00 MB 7 1,201
121,520 121,520 0000000000002927a2a78b97f076d1453475b06fb02283a77bbe717ce907c428 0.01 MB 29 485
121,519 121,519 00000000000077a0cb9da2e7f7102ed28841d1127cff655a46b12193464a9dde 0.02 MB 16 86
121,518 121,518 0000000000002a0372d61c77fabc1de0561f7577a7a5fdaa55cfc3ea0e8a96d7 0.03 MB 18 572
121,517 121,517 00000000000032d9b4ee8630e23ebc5dcbd085ca35cca43c90bc31bac886ad76 0.00 MB 9 246
Previous 10 blocks ↓
Total Size: 769.19 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,633.70 GB sent, 93.89 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.