Memory Pool Memory Pool Refreshing

11,106 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,236 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (724,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,764 183,764 00000000000000c01b624b49776f3d375f26a420057f4926f474e4c093f77a1f 0.05 MB 103 124
183,763 183,763 000000000000051de9f745c863b9879106e390fc439b891eb2da2ea4069bb392 0.03 MB 64 87
183,762 183,762 0000000000000242fc5d7f3dc25de385fad35b8aa8ba76e434e955b1f1282619 0.05 MB 125 107
183,761 183,761 0000000000000876c6171e7b97623c278c7090e97a2295fb6c43ccac8b387f8e 0.20 MB 481 142
183,760 183,760 00000000000003929cded5d11310e3dd474d6eacfc7ccce03288a9bf79413138 0.00 MB 14 0
183,759 183,759 00000000000004a62b16471ce3a3df696992819b4047c2ac0e844b75c4e3e8b9 0.19 MB 494 177
183,758 183,758 0000000000000308816629ccbc8dce63c3b82cba188f11048b2f932a194352d4 0.00 MB 15 11
183,757 183,757 00000000000001891ea5abfda8a70da9e88a35eaa2ffdb691ade78b4b33c5f57 0.20 MB 512 142
183,756 183,756 00000000000009b6006679c08c8b9c70f6fc52381846150d7230003807d385be 0.01 MB 29 264
183,755 183,755 00000000000007a9381cfecba7cce136c1755d87654b6a5b22bb7a8ab08bd6a7 0.18 MB 496 176
183,754 183,754 00000000000009c410a1c1d25c8c39f8857989eb94f1785b0c8d19f1905051e2 0.01 MB 31 225
183,753 183,753 000000000000090c546c544c68ed943ff62d1b1ad15fc5c881a2d137fc8df4d4 0.05 MB 98 52
183,752 183,752 000000000000020fd9e5db20e5b10309f1bf69084fda855d6c38f347e7ed34c1 0.07 MB 109 96
183,751 183,751 00000000000003feb71dc28bd8bcd5774500731fbe39b6fd7563faf9483fc38c 0.19 MB 467 144
183,750 183,750 000000000000060ce65b0af168b9f7347ff09db1baf9c41ccbd4b6221a36e103 0.25 MB 581 134
183,749 183,749 00000000000006ddd3f56957ba89a3cbd3b5ba1ae142366385ec633b683f5441 0.05 MB 136 171
183,748 183,748 000000000000029b1be62487ff1aea17c07a13b682418f78662a91b075f34933 0.00 MB 12 50
183,747 183,747 000000000000067340f8b856af8be36a71a5d9d3d9860fb0ef6d329ae7ac27bd 0.05 MB 134 63
183,746 183,746 00000000000005e0b507b1336d2b990edc98f0db3dc7ee03093641d7f07306d6 0.20 MB 414 114
183,745 183,745 0000000000000627e9998227aafa0dc0cd8fb4c7758dd26cb03385ea3e394d59 0.11 MB 256 147
183,744 183,744 00000000000007a8862204b181ad1a0004ec82728a18c8ae7f33bf229a2cc08b 0.06 MB 172 87
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.