Memory Pool Memory Pool Refreshing

6,692 transactions
4.13 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,811 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,743 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (630,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,531 277,531 000000000000000371f8582ab59afcb18ce657d32f77fd1b56d17204548995e5 0.03 MB 82 45
277,530 277,530 000000000000000195b114c3302ba765287144d69fa984462ddcb88dfbf0dbe3 0.15 MB 239 50
277,529 277,529 00000000000000032e05aa03778635559df8202f3d2afd15c2b5bc8724549391 0.03 MB 76 93
277,528 277,528 000000000000000305a13eb373fdb550f9e38608fbca603ff7794479a7e75df0 0.03 MB 75 61
277,527 277,527 0000000000000002c0fedbc1dc5b7538f4ac492510aca18e236421ea3ae90c3f 0.25 MB 445 37
277,526 277,526 0000000000000001cddb4d26454868fdbe3518e2f5d374529b68743d95cc33d5 0.25 MB 531 49
277,525 277,525 000000000000000108f9ffd1fd086188687e5289999dda6511dd0055e8acb488 0.02 MB 57 53
277,524 277,524 00000000000000033138c115f450279604ef1772c435d22c9e81bd47689b3a75 0.12 MB 258 37
277,523 277,523 0000000000000002f416985c3189853418ab9031e80e73278f1c219ac42cb62f 0.19 MB 423 42
277,522 277,522 00000000000000029186b39bee75f3cef908a9d64f14a2e7f0189f69bd39d4ac 0.15 MB 260 35
277,521 277,521 0000000000000001ae97c2e91155d7456f10479ac701bed545bc9c7688293eb5 0.18 MB 363 58
277,520 277,520 00000000000000012b9e6fff9f44f26eba70076850aabcc8735f25ce6fadd199 0.14 MB 267 46
277,519 277,519 00000000000000005a50775fc99f100c0e6c426f49ec532758c27d024cf8672b 0.10 MB 189 30
277,518 277,518 0000000000000001bb6f8d0b114deca61fce167e7e923dcc59e3d92519915403 0.16 MB 278 72
277,517 277,517 0000000000000000e875c175c196d992d3ea2fc1a02482370187047cd8e7e2fe 0.18 MB 435 42
277,516 277,516 0000000000000000a2a86a227563e3062a45572fdd39ce7a048c8e80a94a32bd 0.15 MB 116 10
277,515 277,515 0000000000000000ad0720be9bfd405ba63e30c46d9933f5ab3e4bc48da0b551 0.25 MB 624 46
277,514 277,514 0000000000000003a1e27bc16474dc3e3ea56f6b7eeab46cecbc6d09b876c6e2 0.09 MB 212 39
277,513 277,513 0000000000000001ddc95740dc1e842a03e3f123ff41516771fca23228a235d2 0.07 MB 124 36
277,512 277,512 00000000000000019ca6cc4339c1edb460a380c82baa6eac40583d88dac11a0b 0.12 MB 261 39
277,511 277,511 00000000000000001fe91dcf8e2e1983ac81689570db7baeb0346bfa6dbf97b7 0.03 MB 61 21
Previous 10 blocks ↓
Total Size: 769.18 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.65 GB sent, 93.87 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.