Memory Pool Memory Pool Refreshing

3,550 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,649 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,535 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,648 (844,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,433 64,433 000000000a876b349484544cf143454222b156397745ebb801b871c7ae273d6a 0.00 MB 1 0
64,432 64,432 00000000050f2a783d13c493578cb9b1dcdddd8ad8928b595e4ebb4bf1b7fc34 0.00 MB 2 0
64,431 64,431 000000000406af4ff3d2fa63b3fd1a4255b43dc9f703db9a11eca2af37154408 0.00 MB 1 0
64,430 64,430 000000000103e5be0e9f45a2aa02dc5b429b23a267feea2df2a7b9af421611a9 0.00 MB 2 0
64,429 64,429 00000000013ff53a7dc3838b5cb72a6f73f144163b346d268be9c43f01c6b9db 0.00 MB 1 0
64,428 64,428 000000000b68ef12ed25242c68833e95c8a8f417815ed7d31deda35100a76b4e 0.00 MB 3 0
64,427 64,427 000000000294fb3cbebb9b96f8ae666c4a789de98e2f680023239cc1bee0b94f 0.00 MB 1 0
64,426 64,426 0000000007a319d4d68c1a6779596fe6176b8b6f755b136319116750db0c5f5e 0.00 MB 1 0
64,425 64,425 0000000008e28a04a01f48c3242675d71da18e474f66cb4ae262b85de7e9b506 0.00 MB 2 0
64,424 64,424 00000000099a23b01126a8930cee36610af12792fcb6b530062386c8394e3b47 0.00 MB 1 0
64,423 64,423 00000000023fb2be7855bb1ca7f2720f432b58098b1e14d6c17b6ff345b61c8a 0.00 MB 1 0
64,422 64,422 000000000262e0518ad722fd7019bcc0abef18fed96218485dc007ed1c9ae756 0.00 MB 1 0
64,421 64,421 000000000ae2d316d81a483cb560429489787f937ebd072172b22649c4013880 0.00 MB 3 0
64,420 64,420 0000000005351df659fb8df25dbced1d2335e3c90ad2625af9c0517d8697aba4 0.00 MB 1 0
64,419 64,419 00000000010195297667c700708cef34850d7e3f6b502ce4db4f718d09474128 0.00 MB 1 0
64,418 64,418 00000000013919b5aaeda80e609e4415fe115fa5ed27d50bf061c01f490672c1 0.00 MB 1 0
64,417 64,417 0000000000a2d4cf2235af7c3c67bcfe1f4a4f61c28a5e99aa279f589b2c21e8 0.00 MB 1 0
64,416 64,416 0000000001ece79e892a6e147407ee9837bb0a3947ed6e104cad9bebbf19dd12 0.00 MB 1 0
64,415 64,415 0000000004ce74b39718ea203fabf91564b507bf543fa58f939830889e347e09 0.00 MB 1 0
64,414 64,414 000000000bfbac14f1a0f692493f24ac5f2c27b31a321377d04e4e89f9fb6c2e 0.00 MB 1 0
64,413 64,413 00000000047ee906da5d7ef9fbd1f5860b1930f072ac8bb2b2dea4c227d67b92 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.43 GB sent, 101.44 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.