Memory Pool Memory Pool Refreshing

10,548 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
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,732 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,763 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (179,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,660 728,660 000000000000000000082c43aa4e441c3e5999995362592a9a7f400a55b1f2a2 1.35 MB 2,354 8
728,659 728,659 00000000000000000004676410715f1ef18930dadf9de0819aff68ac198a9118 1.54 MB 3,442 15
728,658 728,658 00000000000000000000b337f6745e8f0a309ecf107209685e6aa14b41f9c53f 1.45 MB 2,822 20
728,657 728,657 0000000000000000000494bddf080cfe184c3a4a159a06db864477753cf4276a 1.56 MB 3,153 9
728,656 728,656 00000000000000000001cd3c571fb14f2b97704d0f0a94ea4238887f6625d20d 1.41 MB 2,868 21
728,655 728,655 0000000000000000000995daf0756f05a2cf584b48b4c8396443b7009ecb505a 1.45 MB 1,517 7
728,654 728,654 0000000000000000000a290deb1c3673759e2e44731fb2aa44da29b29ad65710 1.43 MB 427 1
728,653 728,653 000000000000000000046a05053f4c20d83fff873a8c38116cb136590d51ccd7 1.38 MB 1,659 4
728,652 728,652 000000000000000000045fba2cdfd449f572f8395c34ced40cff602befc2bedb 1.46 MB 2,297 6
728,651 728,651 00000000000000000009626b65b70fb0499acc8e3d0f9b4fc0d21c841236078d 1.54 MB 2,582 5
728,650 728,650 00000000000000000004cec64a85c95bf4de3c8d7b73f969b6dd9710480972d4 1.47 MB 2,545 10
728,649 728,649 00000000000000000002ac6f90b5a82062abf918ae3a7664a7e7cac06ac229df 1.29 MB 2,070 13
728,648 728,648 00000000000000000006abdde637c749610d3828a906922ffe3782c95727218d 1.46 MB 3,086 14
728,647 728,647 00000000000000000004bed92d949c90bebc1c470d3a16b384a2729c127030ff 0.49 MB 113 1
728,646 728,646 00000000000000000009d5ea69f29dc3b590af3b20b19bc0f3639d3b8de99c90 1.24 MB 1,201 6
728,645 728,645 00000000000000000009fa99037b7ff91318a44a48cdc4977b929db73f968b22 0.31 MB 514 8
728,644 728,644 00000000000000000002d33c2d584a2b07794b19f79fb2dcb1a388bbc6c99b71 0.60 MB 855 6
728,643 728,643 000000000000000000056bfe542c0d12bf1b13f13c05b49e6449e1b0035bea18 0.95 MB 1,365 7
728,642 728,642 00000000000000000008d787b744faa7e24f9a0493b77fbceb9526923316078e 0.98 MB 1,408 8
728,641 728,641 00000000000000000004c9f07507b084387ab9e95da4e9edc133b1afd82e0e76 1.17 MB 1,408 4
728,640 728,640 00000000000000000004a1112742191fcac7c9a8c74c102bc50295b044ee9b3f 1.47 MB 2,640 8
Previous 10 blocks ↓
Total Size: 769.04 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,626.98 GB sent, 93.10 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.