Memory Pool Memory Pool Refreshing

9,973 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,157 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (779,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,360 128,360 0000000000000e9dae70708623290202bf525381133c44e41f010a9f7216856a 0.01 MB 19 1,048
128,359 128,359 0000000000000417ff2c0433671ed8c121cef9334f3d77308df216ad07a14700 0.03 MB 54 888
128,358 128,358 0000000000000489bba009d61f206d892c13c343ed4bdcc553455186215efe56 0.03 MB 48 486
128,357 128,357 0000000000001b52ed78aa0c1661b9d610a2f07ac10f86fca583eaf00d205fe7 0.03 MB 68 2,461
128,356 128,356 00000000000016550553cbcf53de73caa73f0f90e35b16bdefb2a15cb891bd5d 0.05 MB 154 20
128,355 128,355 0000000000001060fe73bb9035e201a7f5ba67f072805dfc1582f2f01fa8e45b 0.11 MB 77 294
128,354 128,354 0000000000001627c79fd7016551687067d3f52ee23914d020e1b52b31a677d0 0.03 MB 55 705
128,353 128,353 00000000000015b8ba91491b5c9a618063b8985183e288879af36a00060f661a 0.01 MB 6 459
128,352 128,352 000000000000246628b20da39496387d8d15a8ebd5e835c1dca01235d84be071 0.07 MB 12 1,096
128,351 128,351 0000000000001e624d79c5dc982cd9fbee9f203edd7d6a1eaf75a15974c61698 0.00 MB 9 377
128,350 128,350 0000000000001f98d0652203842c542f939e2d37621b26198c32bc6d968ac011 0.02 MB 36 394
128,349 128,349 0000000000000198c0fff91a2cfcbffa87e2cfeb807f0e8c5e5efe6c926f7a07 0.01 MB 31 381
128,348 128,348 000000000000142a5f258d1fb4beea466dd32cf01a21d9c09d21d3b64ae06cf4 0.01 MB 15 537
128,347 128,347 00000000000006cc6e0038eed4fe1e62f6e8aa0b4b5401d964d133a200a47f87 0.00 MB 10 336
128,346 128,346 00000000000025f35c2a755626ed52884655409887cdbf411bb4ac5464b6f394 0.00 MB 11 0
128,345 128,345 000000000000014aa485c4f7a65cc7faa8b3766bab14c99a84be811f4d2f190c 0.01 MB 19 943
128,344 128,344 0000000000001561f17fc2ec5af0f53a7e95c6dd301082946d6df5cb05763d68 0.03 MB 94 264
128,343 128,343 00000000000014f700a3457a53bae91c2e486c216a386c520f1527755f22b28b 0.02 MB 43 304
128,342 128,342 0000000000001569a2493f3e6d5ec2093242bfa3752b14decaa019fe9e6794ce 0.00 MB 3 2,172
128,341 128,341 000000000000129a145d4ecd26d675a2b15f9478eac5957f950c7ad54815a4f0 0.00 MB 7 1,810
128,340 128,340 0000000000001f9f6b454b0afac09b60a935b11715f11e25bb63fcfa8d7318db 0.00 MB 12 66
Previous 10 blocks ↓
Total Size: 769.03 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,625.68 GB sent, 93.04 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.