Memory Pool Memory Pool Refreshing

7,634 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,732 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (387,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
519,733 519,733 0000000000000000001f25b36933339621c3466488a7f47e60174966c20c3f1d 1.13 MB 2,260 103
519,732 519,732 00000000000000000048cd601262edf23f90172b653dc3aa29097095c5d78b1f 1.04 MB 1,041 68
519,731 519,731 0000000000000000000f4470eac689d936ad2bb4e9995cf6391ef0f74abd0f52 1.18 MB 2,382 109
519,730 519,730 00000000000000000031dfac94852acf047b4fa37237f2914be0f043e5c026de 1.09 MB 1,501 100
519,729 519,729 00000000000000000047aab5cfa21f4fc77980249983fbb17b5d2cc33576e327 1.01 MB 2,101 21
519,728 519,728 00000000000000000019acca4c12a03755aa64b9762ca80debc7b4646a6b6cc4 1.15 MB 2,155 109
519,727 519,727 00000000000000000011859540d9566f186618dfe50a183a8b10e18dffe01fb8 1.10 MB 1,871 62
519,726 519,726 0000000000000000001baf939de7203f65b78e665ccb6a741e7fe5cdf25f0a97 1.20 MB 1,596 52
519,725 519,725 0000000000000000001dbc0088acfd6d0f482a0adab8385e4c3cf35e4c78ffb8 1.09 MB 1,696 18
519,724 519,724 0000000000000000000afa86a504a05b81831d718e0b8298b22254842ecd18ca 1.16 MB 1,656 68
519,723 519,723 0000000000000000000aea04dcbdd6a8f16e7ddcc9c43e3701c99308343f493c 1.15 MB 1,877 45
519,722 519,722 00000000000000000015a6d4bcc8ec04160cf171b372985bec55f76f87630ede 0.29 MB 280 66
519,721 519,721 000000000000000000248e6e6847fb27b53c1dd2507b8381d2fed348fced2fa2 1.15 MB 1,944 18
519,720 519,720 0000000000000000001665e44af9e79c6671a24b827f9bc5e8549ace5854a7ff 1.07 MB 2,199 21
519,719 519,719 00000000000000000021af0bc33f5c7599980eb86f9c6004af635dc7fa62e4ad 1.10 MB 1,265 94
519,718 519,718 00000000000000000019b4dac3000cef5a38f11f246bd3f5aed4faf0fc594094 1.14 MB 1,953 90
519,717 519,717 00000000000000000025cef84e1574c984b556b219bf1722f406badc82c1109b 1.11 MB 1,816 74
519,716 519,716 0000000000000000003cac705eac92470b0f0820d7a4ee71fc5bda7e3113a4cd 1.10 MB 1,835 36
519,715 519,715 00000000000000000001f47aac2059b5ba0cc913b12d0fe26a268a7f15b1e4a4 1.09 MB 2,007 25
519,714 519,714 00000000000000000017cc81449cda8b06f67eba4b7a7f243ce8adcbef743872 1.09 MB 2,129 44
519,713 519,713 0000000000000000001d965b429af3bc31cdc4b6999f46d9cccc603f1afa8316 1.10 MB 1,262 98
Previous 10 blocks ↓
Total Size: 769.03 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,625.79 GB sent, 93.04 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.