Memory Pool Memory Pool Refreshing

4,785 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,993 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,690 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (815,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,517 92,517 000000000000736c73c001085076ba0fd328ae457a5f8d3bd31b01bf0edcd5ef 0.00 MB 1 0
92,516 92,516 00000000000d6d1301b9e2234e873c4b39f3cbad09936a901ccc33487d0a0dc3 0.00 MB 2 0
92,515 92,515 000000000006fda052f8598c641d1cc3e48b78b226391c400b9754310258690e 0.00 MB 2 0
92,514 92,514 000000000000bfd943528e995307698698d1e24f4d2d6c322525b090e085a397 0.00 MB 1 0
92,513 92,513 0000000000088fcbc81a3f16331fa7e8470c13f34696483038e286c203f74c57 0.00 MB 1 0
92,512 92,512 000000000002e83b9b1ebfcd0fae9c553e9fe4a968d5c42bf80d9331cc1c9f8e 0.00 MB 1 0
92,511 92,511 000000000009350a82b1dd75fd37efdcd46dc8d457ebdb60781c6850a28fc081 0.00 MB 2 0
92,510 92,510 000000000005aef80357719ad86c564983b583a38e8928814cdfc9538e40cb41 0.00 MB 1 0
92,509 92,509 000000000003d6a607f457a5f808d4d1a0be942bc474502d43d5fce692c71424 0.00 MB 2 0
92,508 92,508 000000000009653e8a46dcf12a5573b415b6699acfb9702f25d06d67933335e4 0.00 MB 2 0
92,507 92,507 0000000000089b2dc73fb80bc6d64cc2a1d5a4dd43c2c9139b9c9bfbb04a91a9 0.00 MB 1 0
92,506 92,506 00000000000e1fade0c8e9ace8a912a123d19aa7be6cbca2607f9faa682299a0 0.00 MB 1 0
92,505 92,505 00000000000096203ee917e15d5488485f2ee4bfd3ff41f73f3714b9ed4c1eba 0.00 MB 2 0
92,504 92,504 00000000000c0f06ab039deb1045849e25c6092ed9b83ee979cb39be6a0ca3d4 0.00 MB 4 0
92,503 92,503 0000000000056135ccc1d6d65d4ff4ddb679fed6f14f161d81fb8d347a6598bf 0.00 MB 3 0
92,502 92,502 00000000000418e4d549959303ae12d64f561d8b5db4a11b841e342d263786e7 0.00 MB 1 0
92,501 92,501 000000000008c686fe450f1923974405dad6db8f8f8d95e710325293c974c593 0.00 MB 2 0
92,500 92,500 00000000000c6e13d490f022a3e58d24c673c38f20bc7c5f8c6cc98c633d92a6 0.00 MB 2 0
92,499 92,499 00000000000153da59373f127d9013ac7a1b1e315d29e433ec7df060d5792097 0.00 MB 3 0
92,498 92,498 000000000004e2a359d918237d511013167c21619bfa4685ad0b39c15cc48839 0.00 MB 2 0
92,497 92,497 0000000000078f81aee71b206d1d07e3db130bf9a982416846c8e6c9ffa2c48b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.53 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,648.13 GB sent, 95.60 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.