Memory Pool Memory Pool Refreshing

25,224 transactions (8.37 vMB)
  • 1 sats/vbyte = (10 blocks)
  • 2 sats/vbyte = (9 blocks)
  • 3 sats/vbyte = (6 blocks)
  • 4 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (3 blocks)
  • 6 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 47/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,897 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,702 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,896 (901,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,091 7,091 00000000dee0460b86b56b79ec96ec6d2477c05bc61d669653c5a172683f7c94 0.00 MB 1 0
7,090 7,090 00000000709a5bd4108d01c035bcd5b73360ead3c107b52fc92a5438f08a0398 0.00 MB 1 0
7,089 7,089 00000000abb6fb53e7f6969addee837a8275ad4ce773d0a1d59909f3e7aac1ad 0.00 MB 1 0
7,088 7,088 00000000ee293cb25df5e37330c33e51894decbd813e7f15af3a6e9cad9adea4 0.00 MB 1 0
7,087 7,087 000000006647ee2e6199ed2ef35a85c62d4b0a378c9958e93ee1b5cbe1348715 0.00 MB 1 0
7,086 7,086 000000001d16ed426f26ce1f49967973f095f789b285c28406d1759320e860ad 0.00 MB 1 0
7,085 7,085 00000000a3a89f3a6830991e7afbc71eb8d8d6fa3c57c37e330a248d6ae1b367 0.00 MB 1 0
7,084 7,084 00000000285e3e8f92b44d5991728c88461091356bf8a7901d6a6907570f04d5 0.00 MB 1 0
7,083 7,083 00000000cbbb4b09e70b5f12c082567597686c6e7d24174e6b1d9f18dbe90bd0 0.00 MB 1 0
7,082 7,082 00000000e01c1272124aaaaa8c9ea3d16e16d8f7f0bc7300326da5c21311bed5 0.00 MB 1 0
7,081 7,081 00000000487c1dc00849fd069a73009c4f1086c153585b40a30d925ad705cdb8 0.00 MB 1 0
7,080 7,080 00000000db8341a7a6e4917f8b1f53153c4a6138334bb15fccffb841e02cbbe0 0.00 MB 1 0
7,079 7,079 00000000022ab21405c00b0f6705786ea686db3e060ce60c84015c1db63e3df1 0.00 MB 1 0
7,078 7,078 00000000e682529cd536649ddac343e7aa2db6f8fe987606461da81036068599 0.00 MB 1 0
7,077 7,077 0000000013cdac329218bd76e15ff51ed52fa68e9d306e00924f196a5dbf2b64 0.00 MB 1 0
7,076 7,076 00000000e3541db216f20583cf9c653b9908dbdf3e7854b3416ac9b63ab4dc8c 0.00 MB 1 0
7,075 7,075 0000000035d7911d79ad1167526cdb88e653c106f93ff471a56182426db79bdc 0.00 MB 1 0
7,074 7,074 000000005fc31e08cf3517f3ba151a111fdc4e68cdd06b8edb6de813a5f35f6a 0.00 MB 1 0
7,073 7,073 00000000bf12733f77886692fbedc933453bda332d3191d78fd3cbb228bcb2b7 0.00 MB 1 0
7,072 7,072 00000000956cc093eb4a15ee93b0027cdd35fc90185060501a1b4d77f7aa596e 0.00 MB 1 0
7,071 7,071 00000000999ce780989805801b399602fde87ddfa9cfee24fc44b33793b181e4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.36 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,863.52 GB sent, 104.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.