Memory Pool Memory Pool Refreshing

820 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,744 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 810 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,743 (296,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
610,848 610,848 0000000000000000000657ec7477dece018c07b534be94edfff9aed1068a7613 1.35 MB 3,552 10
610,847 610,847 00000000000000000008f9ddf24dbec1459689fc399329e9738b2795860e4361 0.64 MB 1,319 8
610,846 610,846 000000000000000000095d69936ce1568a31dee002ec3d2e9947ca55868bc670 0.40 MB 998 9
610,845 610,845 000000000000000000155e277f2348490031f085d6801b7b312cd6eebcb0c476 1.30 MB 3,399 10
610,844 610,844 00000000000000000009b6980c9db99cb3b78c3730c48c73aeced58a0ef41b2c 1.28 MB 3,243 11
610,843 610,843 00000000000000000002ce4ad0978e74f15ffe645569b6ede39d895fadb6c94f 0.25 MB 778 11
610,842 610,842 000000000000000000051dad605050e6e3b2c95520981b5014ffaf6a10aa48c3 1.19 MB 3,357 9
610,841 610,841 0000000000000000000d0550afba414eb71d2b0de4075691f075997c7f1e4175 1.01 MB 2,374 9
610,840 610,840 00000000000000000010ea6b3a532c3501962955953bf128d2c236dc9db19168 0.27 MB 722 12
610,839 610,839 0000000000000000001584bd0b12a886a5fd9c97e2027132a13337e02bee897c 0.50 MB 1,244 8
610,838 610,838 0000000000000000000c1a7ae9c45e3f4e7f5f3eb0fccfb0216b90004e788362 0.34 MB 815 10
610,837 610,837 00000000000000000011dec2dc063313d104313a219c9ebc9259c6835dc88f26 0.55 MB 1,049 11
610,836 610,836 00000000000000000010221a0f70e0b7876c680d912e7f13671a959c38cfb5b8 0.16 MB 416 18
610,835 610,835 00000000000000000007bbfe64a765cb8bfdfeaa6a170bc86946aa37fc7b37ae 0.87 MB 2,512 9
610,834 610,834 00000000000000000003790e5373e472e1f88cb0c2e74d6db495843ede51eb8b 0.13 MB 369 11
610,833 610,833 0000000000000000000c2b6bd76a87f1957d3aca4f8dee396044b8cc5452f96f 0.23 MB 497 9
610,832 610,832 0000000000000000000b0c906f4d29b4ff6e7e094d325aac60d43548509511af 0.10 MB 300 9
610,831 610,831 0000000000000000000e1fa07c39f91a1c90c933d5a5b212cd4d7b51426c0b8f 0.41 MB 1,036 7
610,830 610,830 00000000000000000008a61b9b08ff2d535ee3199731796a95fff44e73197138 0.33 MB 810 9
610,829 610,829 000000000000000000133807b9d15982049cc153b8f6a633b945b26c73d6e399 0.54 MB 1,376 10
610,828 610,828 00000000000000000015ad1aa6f420dd1dc0c2c65f419209ead1b4ee406808c0 0.09 MB 256 14
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,627.98 GB sent, 93.20 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.