Memory Pool Memory Pool Refreshing

5,739 transactions (2.09 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,791 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,852 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,790 (834,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,514 74,514 0000000000415ce5a591cc58f19e415e09a2c489e1a9b1b97e26423ff4b3d425 0.00 MB 1 0
74,513 74,513 00000000003e2f56f453e559d8046cbb24c6d7b010167dd7f2c72899504d179e 0.00 MB 1 0
74,512 74,512 000000000094ee7fa1378e625cd9bbd52ca7f96c953e09fd50e4ed5a58039608 0.00 MB 2 0
74,511 74,511 0000000000b4187a1091351da6b0be419280155ea322a23d344d90b1d405a6df 0.00 MB 1 0
74,510 74,510 000000000086c8098850b249e1f65b46913877ad2dc4a06c71ef4cb01351dfc5 0.00 MB 1 0
74,509 74,509 0000000000a64ecaa493a7fc8d8a588d63f383aec7bb1289d2d7a17010b0bc60 0.00 MB 1 0
74,508 74,508 00000000002803b6df305cfb03876cdb031a8075318cd8a959a32ee039039c85 0.00 MB 3 0
74,507 74,507 0000000000277c6c6bae5da140a8f5bd7e8865963c79138b8da84e8b764f5131 0.00 MB 2 0
74,506 74,506 000000000082c82fa67eb457ba0b6f3017aa82df579441145046ad4ca6dda176 0.00 MB 2 0
74,505 74,505 00000000007f9ce53933b83d5a13f178906cd817d092d2183f0d6f3ba2b357f3 0.00 MB 1 0
74,504 74,504 0000000000297f4d66aac533f1358f528f898ae2f5210ace47d852fbad5d7f5b 0.00 MB 1 0
74,503 74,503 00000000009061ace16bdafbe3ce42dc321c0a42a6e2cb4a242b174e646bb35a 0.00 MB 2 0
74,502 74,502 0000000000a6416f7ba3c443f34f51cf17756b61dbadebd0ad9e359d9107eefa 0.00 MB 1 0
74,501 74,501 000000000052398687cf7e6e3edbf0c585d08c51b4e6c2d9b9fa30ee49beddda 0.00 MB 1 0
74,500 74,500 00000000004e46121f09833603543b302c04566921d55ad019f86b2e15c6728f 0.00 MB 1 0
74,499 74,499 000000000009d5570ec0af7c2ef1fc0a7cfe71bca898b8bf1b7be791c87a57e1 0.00 MB 1 0
74,498 74,498 00000000002da54b2084a23fe441d3265ef0edc65c6363c5e3a69dfe1a59af1c 0.00 MB 2 0
74,497 74,497 000000000018b02ad16b494d181dbadc255e54dc39205c7b4d4b6c31890660fe 0.00 MB 1 0
74,496 74,496 000000000045e5a7366301e48a175dc10c30b2f4846da6815c8300a26d37af62 0.00 MB 2 0
74,495 74,495 00000000007d2c87bc5c1676e57d859a7fb0443263a0de1cca04fff56c698d22 0.00 MB 1 0
74,494 74,494 0000000000b9d50ae7b1e5f77d941a7e9677c27ca6e19667f0dbb72e45d62f8e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.17 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,857.16 GB sent, 102.90 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.