Memory Pool Memory Pool Refreshing

1,422 transactions
22.93 vMB
Show Random Selection Loading Transactions
Max Size: 92/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,315 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,168 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (879,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,156 29,156 00000000d77878cab101f476eae9c67a32a70a0069b0dca017290a7869886c0f 0.00 MB 1 0
29,155 29,155 000000007726a7423f270183e410653ce6eb4270182a43e8fa8adc26a3ae97ff 0.00 MB 1 0
29,154 29,154 00000000af77f511e78f72cbebb7253060a7a70f5dac0a7fbccdf2151d75e214 0.00 MB 1 0
29,153 29,153 0000000059706bd64ea9e61b42e5a0f5ffa1d68af44f60f912b7fdd2a7148753 0.00 MB 1 0
29,152 29,152 00000000ac5f7b431af0f8693d3a77da0bc0aef1d09154a2e2aa5e02dc0dae12 0.00 MB 1 0
29,151 29,151 0000000059c1e34660a83aab3c390d19c6f3ec956015fa66ed9b81c4ce271fcc 0.00 MB 1 0
29,150 29,150 00000000be2cc2d36034830ed891da807562f01e8452241b659dc546951f2475 0.00 MB 1 0
29,149 29,149 0000000056cbcfc8eb44b5d1efab79d716997c5f395a0e24c35f5a55f84d35b8 0.00 MB 1 0
29,148 29,148 00000000e9318ffdc35788e014181d1413121355e4956956dc6f147723803e70 0.00 MB 1 0
29,147 29,147 000000009005c94ab4eddbf6eae05b9649309425a01a705db5fffd09b07db2e1 0.00 MB 1 0
29,146 29,146 00000000554e1d133fcf8eacd728bd91065c901ede8303bf15d460b974f835f8 0.00 MB 1 0
29,145 29,145 00000000e05aa88af77feae4377727d75bf2cc36e33d9016de58273020cf5ea8 0.00 MB 1 0
29,144 29,144 000000002588b24a30dd8ca1f31d1aede40df09d4d9e664ce8757349168f5503 0.00 MB 1 0
29,143 29,143 00000000b5c17b383fbfdb49b8ec9ba6075eb6cb73eab79c60c7b5a789727529 0.00 MB 1 0
29,142 29,142 00000000d612199e23ae57ed071a9a3a0953f077511599d9a37dcc35a19c1282 0.00 MB 1 0
29,141 29,141 00000000132ef6615386e2bb2f8da81e604f8d51b41270ecf7b8e47dd75ddb5b 0.00 MB 1 0
29,140 29,140 00000000541cc4becaf17db9e363faa54645e4255b86a8c5f1238f46e9f1a14d 0.00 MB 1 0
29,139 29,139 0000000028f0ed7481a71ae65f2e779c480fc7a5ebdd54eb2a9f4a73e7d3e513 0.00 MB 1 0
29,138 29,138 00000000d4b235836e327d6d5fc816ff2c4651de4d9a2130e0ca2320172e5cad 0.00 MB 1 0
29,137 29,137 00000000a02a43e1afd0d68cd23cc2ecfb70b59738d18e417b79e4e148f373d8 0.00 MB 1 0
29,136 29,136 00000000a33262008bd676003f05270c90f0f33f96cd11fdfad81ee4c7ff1e4f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.32 GB sent, 98.60 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.