Memory Pool Memory Pool Refreshing

78,108 transactions
33.92 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,301 000000000000000000030ecd0000000000000000000000000000000000000000 ago 1.00 vMB 3,738 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,300 (253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,047 866,047 00000000000000000000145fd3f0777286bdfb735887c0757ebb6d2e4564bdc2 1.57 MB 3,522 34
866,046 866,046 000000000000000000018551b044929327bbe5e8cce3113734ec1c72f486f2bd 1.50 MB 4,008 16
866,045 866,045 00000000000000000000c48b1812e8a1c73d9c6c9ce7a09f7ff90b882936c099 1.55 MB 4,332 19
866,044 866,044 000000000000000000006a14794fe39bae23644432172444c4cde8d064b6b0a4 1.54 MB 5,734 24
866,043 866,043 00000000000000000002f553b77793b75e26be13666f80df51b14872f09e129a 1.59 MB 4,533 55
866,042 866,042 00000000000000000000dc56b07a8148cad61476d450311ab26329cae3a1e0af 1.55 MB 6,352 31
866,041 866,041 00000000000000000002246967aadecef050a440e590004528edad42ffbf9327 1.52 MB 4,433 32
866,040 866,040 00000000000000000001cd629380eeee090dd1b003f18ee79398a26894d7013a 1.37 MB 2,558 34
866,039 866,039 00000000000000000000031d1b156f5dcb66a0ab3edbf789b980d5781544b225 1.59 MB 4,078 122
866,038 866,038 000000000000000000010a5d3a61700cac19d3d66bfa7930965ecd4c2779d998 1.47 MB 5,144 34
866,037 866,037 00000000000000000000f71a17a49a381790044a398127da02f23a1543c8a8db 1.46 MB 5,394 30
866,036 866,036 00000000000000000001c83dd60d103eb78581048895239c0f0c74fa25359525 1.51 MB 6,205 35
866,035 866,035 000000000000000000020ce82041a24293982d2380a99e8f56bc71ec840e1fc9 1.52 MB 5,619 54
866,034 866,034 00000000000000000002ffe15f1d7469cf11927d4208fd0c28bc0fbbd9a47b9c 1.51 MB 5,750 31
866,033 866,033 0000000000000000000163a9f209ec3127feba706e599e154fb8e16270831062 1.41 MB 4,160 11
866,032 866,032 0000000000000000000253ea139d0d9a121af8d1c68f85b4d480036ad907cdcb 1.61 MB 3,874 32
866,031 866,031 000000000000000000001f24b9cc81e97c59b7cd558278a07c6a9aed40df3c48 1.78 MB 1,383 7
866,030 866,030 000000000000000000007d810f1e38cabcc828b19cdba46f7dbe5170dff22956 1.65 MB 4,833 14
866,029 866,029 0000000000000000000072354b8ab61dcc95c47bb6761fdd10cd41bbf6821187 1.57 MB 3,288 13
866,028 866,028 0000000000000000000308da68d79bbfb45f22e034135919c1ee5230dba786d8 1.59 MB 4,110 43
866,027 866,027 000000000000000000018741ba52aea1eb5eef36d877cca5c2a816b15620b8d5 1.40 MB 4,257 86
Previous 10 blocks ↓
Total Size: 692.29 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,842.86 GB sent, 159.46 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.