Memory Pool Memory Pool Refreshing

10,354 transactions
4.27 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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,469 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (424,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
482,813 482,813 000000000000000000e93def51e087e47fd6b3394d62c6b3543446d585a2019a 1.00 MB 880 95
482,812 482,812 0000000000000000000d8101b006b9524e448e4240243e2949390bcbd639c3e1 1.00 MB 1,919 251
482,811 482,811 0000000000000000004b93a0c72d891b69f50fce311de0bffdd1a4b4c0664984 1.00 MB 1,833 195
482,810 482,810 0000000000000000010594129cfcf35c35501286df9f8da218f90ce68bca5ca7 1.00 MB 2,160 67
482,809 482,809 0000000000000000001346145853b9909a26536705f13754943049afaf190eb3 1.00 MB 2,068 266
482,808 482,808 000000000000000000c4e8e4e5bd2ef96641b6c9d4ad4150665fa5d632f4eb62 1.00 MB 1,873 151
482,807 482,807 0000000000000000012bb950d2c3a2e1763a91d79ec47fccc80b7c26fe032547 1.00 MB 2,131 99
482,806 482,806 0000000000000000000e7c3ac7c644b07d67f5638519041758f50255021cabba 1.00 MB 1,556 356
482,805 482,805 0000000000000000000db86bca057248f872d70ac16f8a6e0f1913ac8a5a03c1 1.00 MB 2,083 104
482,804 482,804 000000000000000000364b99a650cc1b6df7aa608c7ebaa9cfe899fd9eb94bd3 1.00 MB 2,255 254
482,803 482,803 0000000000000000004eee9c5a8e2e32c845bd08418c84fa9a9de74affbdfb21 1.00 MB 1,917 271
482,802 482,802 0000000000000000008a9e5b4f5275fa8f8c50df8fb5901de9a473f4c4613eec 1.00 MB 2,470 342
482,801 482,801 000000000000000000064ad5024b1dee85a0154f3cd06c62ae6f196b4dec7750 1.00 MB 2,414 429
482,800 482,800 00000000000000000054cad8680a80d331ef5338dc87d3eb83064cb56c6c3e1b 1.00 MB 1,963 512
482,799 482,799 000000000000000000a4b99257c7096b14efe6a308c80ab533980664e84a292c 1.00 MB 1,742 226
482,798 482,798 000000000000000000e5b3603cf420659cbaccf6396bda7ae1d8b278131218ea 1.00 MB 2,045 129
482,797 482,797 00000000000000000121cb4e44c85dd335da79b3dab300e2641372ef618584ea 1.00 MB 2,083 169
482,796 482,796 000000000000000000a47761bea35ba219e52150c99bfc3729cad84c01391ec8 1.00 MB 2,093 410
482,795 482,795 000000000000000000f3ddd63b42324428fcf12231a0fd4e523c991b8bbce7c5 1.00 MB 2,237 360
482,794 482,794 000000000000000000edcc8ba370ae6766527880f660e6fcbb0fb754728aa96d 1.00 MB 2,558 154
482,793 482,793 0000000000000000006eac82a6ae2fdea83fdecacb56f8d2ee89c8e8f46e74b9 1.00 MB 1,814 206
Previous 10 blocks ↓
Total Size: 769.02 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,624.82 GB sent, 93.01 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.