Memory Pool Memory Pool Refreshing

5,512 transactions
3.84 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,810 (780,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,534 127,534 000000000000161fcc369586db41434aa19a94f95b49b87054b5360c96364c45 0.00 MB 5 0
127,533 127,533 00000000000000d7cc7361919ea726c1ed7a20ed37c3c148130af4b5cfe50b59 0.00 MB 15 1,201
127,532 127,532 000000000000083700f15249a865eafd17e5595ce4884d82427d22eb5a780619 0.00 MB 13 1,248
127,531 127,531 000000000000264623d21546584ad0bd9b13e15969d4c4565773e4e1da64d632 0.01 MB 12 902
127,530 127,530 00000000000003c504374d3324fbb8ca8d08bf94461d42fd053c06806b4d53c9 0.04 MB 131 123
127,529 127,529 000000000000207e9eff4e2329128f7365181a54c80fd32ef7b58a287d1176f2 0.01 MB 26 755
127,528 127,528 0000000000000dce9d9753b1f4a32ffeb5755a0411bc3c6b7a91650c8335df3f 0.01 MB 12 920
127,527 127,527 00000000000002c800f12bb72ddf46a2fe6d4ab119474f4bd1bb34ecaddce759 0.00 MB 9 17
127,526 127,526 000000000000202b167e125e970f8d5ffa81ecf31a4f5509c86f836559a082bd 0.02 MB 57 2,016
127,525 127,525 0000000000000f680f3f3c237b75fd1e528e83ebb3c6f4cd44e329cfe4970e90 0.01 MB 29 1,010
127,524 127,524 000000000000208c68c1dde5e8926e0e3456f1db4b425efaad08394db4e066f2 0.02 MB 50 1,398
127,523 127,523 000000000000091c893e85e8e7adb14e57c81b215e0d8012cd06d1d6a4ca3b4c 0.00 MB 9 2,383
127,522 127,522 000000000000047184e72ccfe3b342ab90c6d2130538a7879963a5ed62f3efbf 0.02 MB 64 1,686
127,521 127,521 00000000000014154e74f741495e7ec558dbc94e2314de9234c0f282cc01f19c 0.00 MB 10 1,092
127,520 127,520 00000000000021055834cbbce1ba7de38a69f69ce5a137de94e9eeb2eb344edb 0.03 MB 70 681
127,519 127,519 0000000000000c070f437d1942afa4e37fe999b27eb8e44b59bffda9a12206f3 0.02 MB 74 59
127,518 127,518 00000000000016bf16c7c155d2fbe12704d5a72fe844b32038918dcd09a54cf5 0.00 MB 10 739
127,517 127,517 00000000000020a631eb055e4553ad9010356cd240baa788d609d72cd7eadf02 0.01 MB 27 1,006
127,516 127,516 0000000000001eb475e6ae7dc3bd578544d3316c30c2eaa9adc13cb8d83c2032 0.00 MB 11 1,210
127,515 127,515 00000000000013a5ad9bbfa1f28c4cbe7a96ac1f15d4fb52f14cb287e39b8e1a 0.04 MB 126 1,554
127,514 127,514 0000000000001d3eb62ea71ff7b2ddca3a79ba4052ceb426d17c6c265f5529e6 0.00 MB 10 1,319
Previous 10 blocks ↓
Total Size: 769.18 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,633.65 GB sent, 93.87 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.