Memory Pool Memory Pool Refreshing

1,189 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,177 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (9,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,368 898,368 000000000000000000012361bac9f1e04359717a4686049596e6de979f346b49 1.51 MB 3,586 9
898,367 898,367 00000000000000000001dc0fce9840c1fac1738b643ff6420fecb4de4b7e9d27 2.06 MB 1,736 1
898,366 898,366 0000000000000000000137126a2b8a2f4578f050d5066f44ea1bbd4ef34d6d19 1.72 MB 2,265 2
898,365 898,365 000000000000000000010308b98f3b55ed2c3dc8f2cc8a834466f491ee10d359 1.89 MB 3,511 2
898,364 898,364 0000000000000000000048047378870ca3b892f5780c6d264141fe198203c1c7 1.62 MB 2,267 10
898,363 898,363 000000000000000000004da09ff58df85c0e39ec9330c2339273298887f21fb8 1.55 MB 3,689 6
898,362 898,362 000000000000000000010cfac7669c1eb4455fef7d18b81b7c81d40ad1e00d30 1.75 MB 2,483 1
898,361 898,361 00000000000000000000164d4298c2760651bdb666179df2f42474623e0677db 1.57 MB 3,332 4
898,360 898,360 000000000000000000011f942bb73abf811ce2b45fd2cbbd930cc1065b29d994 1.59 MB 3,520 4
898,359 898,359 00000000000000000001de080bb888bfac224a9cb11a4f850fdccaacab09c58c 1.92 MB 2,125 2
898,358 898,358 00000000000000000002493e7d8a704a6d82a0f00c6bc30c40096cc759d64448 2.12 MB 1,536 1
898,357 898,357 00000000000000000000a37b70b3f07faf528be767002d7a2c0356a8d7d32989 1.43 MB 2,276 2
898,356 898,356 00000000000000000000715c5bd1ba5af09d24da288f782580624b580b95a82d 2.04 MB 2,443 2
898,355 898,355 00000000000000000000b53c64eb4d1c4c3072ec2298482d71ba65baa56b2e28 1.39 MB 1,497 2
898,354 898,354 00000000000000000000fab81191a81d68a0df1b00793a93cce168c64c1e2c48 1.55 MB 3,091 3
898,353 898,353 0000000000000000000037300feebed459abdeff024cb7d9ed7e734dc5bdbff5 0.14 MB 380 4
898,352 898,352 00000000000000000000b772b1b263441c53676d40d9f026d6aa0c37eaa8d61f 0.07 MB 80 2
898,351 898,351 0000000000000000000230e18c62ce1a91cdda1826707d9f922df1d8d45bad8a 1.62 MB 2,369 2
898,350 898,350 0000000000000000000183f291dbb41ef3947dd105689345cf363afe2837eca6 1.63 MB 3,128 3
898,349 898,349 000000000000000000011a7e367fb385138648fb8e169400f231b8d668a26d2a 1.21 MB 2,398 1
898,348 898,348 00000000000000000000c93c072d55251986a02cb8e7c959afb3feb8fda235de 1.58 MB 2,154 1
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.