Memory Pool Memory Pool Refreshing

10,547 transactions
4.08 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
908,114 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,855 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,113 (847,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,438 60,438 0000000002ac175bea0ae501cd8a1d9e147745ace2b12f42180bd9a2688b77aa 0.00 MB 1 0
60,437 60,437 000000000629119254806ab56f6c171eeb1ee03946371b33e8b325212a890add 0.00 MB 1 0
60,436 60,436 000000000ab8656f4132486b0a4ee4b5d8930c43c7b11ac0ccb5cb0492a11d07 0.00 MB 1 0
60,435 60,435 000000000cafa48de8bfd1b328f499df9c9c5feeb238f6eb2eaf4a5beeafc72b 0.00 MB 2 0
60,434 60,434 000000000b26221a0d280f93bfc06ac25805f548cf6b7ffad32438cdfb1c718f 0.00 MB 1 0
60,433 60,433 0000000001fe0b4f02732ea916d3f55a351c3044bdb4e19f05f37534a31996a0 0.00 MB 4 0
60,432 60,432 0000000004a14e76c8929c2b8bf6b7eee6fdeb17ed20c7e22a78cb944aa056c4 0.00 MB 1 0
60,431 60,431 0000000006fbc3d49af754e2a1347dc18b7daa57bf57b38a66a1db710e756a6b 0.00 MB 2 0
60,430 60,430 000000000e45c5be46e5eb38fc410fe18a452a6078ee9f0367a64fb68e41adaf 0.00 MB 3 0
60,429 60,429 0000000001501e77ebe300537830324cfdc73d879c9e1d6d7621753cbcbb080d 0.00 MB 1 0
60,428 60,428 0000000007e6ce19f0ad4a40254392d9a15b92db2a774a7489de80e95867ae44 0.00 MB 1 0
60,427 60,427 000000000107e3ebbf8229e53539da00fb31eb85b42051177503159d936981d0 0.00 MB 1 0
60,426 60,426 000000000cdd6d0e06205405e94e7516d354a22300b3b413ab6ea4c35f75a941 0.00 MB 1 0
60,425 60,425 000000000ce6c5ed6327597ff5f1abc7ba437eb61fb0f439bdb518281e9305f0 0.00 MB 1 0
60,424 60,424 00000000048f2f864e93d4a8de09f1c97a9ed1b5fd613c16560acd20d6c88328 0.00 MB 1 0
60,423 60,423 000000000e3b27bb5a26e0ef4e0258c2316d9f7b8bc9ce74d0683fd604b425b3 0.00 MB 1 0
60,422 60,422 000000000cf81ee12ac27fad9dfaacb5717e34f92d720936e4079822eaf1d578 0.00 MB 1 0
60,421 60,421 000000000f13cdd3b143e0b17ad621de14d3853342f9ef484ae7221694a03b26 0.00 MB 1 0
60,420 60,420 00000000089044aa86bc8948d4638cccaeaadf719f5a8a236ed5b9529820e294 0.00 MB 1 0
60,419 60,419 0000000000db9b70ca8085b12f68170b7758d61ae67d44d1f61e0a9ea4cd281c 0.00 MB 1 0
60,418 60,418 000000000488a9b4c2a1230f3a406df35e7a87f57b084221385ec165a6b0e84a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,679.69 GB sent, 96.71 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.