Memory Pool Memory Pool Refreshing

20,450 transactions
27.05 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,081 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,845 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,080 (2,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
859,894 859,894 000000000000000000004447548c299e25d42b994453f214ad78366f873b3c0c 1.74 MB 2,715 6
859,893 859,893 000000000000000000016da4d00cf279f299fb90978cd6139959e10eee919665 1.72 MB 5,783 4
859,892 859,892 00000000000000000000586451d9cc493ed263e46b161aad15d4e7f0ad717053 1.66 MB 4,376 3
859,891 859,891 00000000000000000002dbc7f26160e7b3ae895ac3e87c861c0029713d0bc78f 1.59 MB 2,910 7
859,890 859,890 000000000000000000031073f2731ed87e8c573e9d1c0385c93464642218e2f4 1.57 MB 3,027 8
859,889 859,889 000000000000000000004d68236442a18a238f7a0f868d7c5c0372ecdafb2671 1.47 MB 2,075 5
859,888 859,888 00000000000000000002ca36b9219d19b7d871576eac54faa2cde7f672913abc 1.65 MB 5,391 4
859,887 859,887 00000000000000000000bc4201ad66876a0be4debcaad6349381711eda2504f7 1.60 MB 5,201 2
859,886 859,886 00000000000000000002027c547734691de0a4f4df18d4b00ffcb2f4112a13dc 1.68 MB 7,560 2
859,885 859,885 000000000000000000025bcce0a0638ccd8a3188884d4ec112b3058ab93f261f 1.68 MB 6,386 2
859,884 859,884 000000000000000000027d9b531744908fcebbc9d61c4b7a5586a5e262701f18 1.67 MB 5,019 5
859,883 859,883 000000000000000000000893bfb8c50a50e031e642fa513e12773f5dc993123c 1.74 MB 4,147 5
859,882 859,882 00000000000000000002bf80f38fde28e0e42d8d3ba287e38ac2e4516b59c9b8 1.81 MB 4,715 4
859,881 859,881 00000000000000000003116a82ba71c62b304b69abcc2f67dccb277410671362 1.63 MB 7,668 2
859,880 859,880 00000000000000000000d310e15de7d589e1cb49f8242cb18feb66539e429b99 1.78 MB 5,016 4
859,879 859,879 000000000000000000009120596320560bb6ec1ca92141ab69a535bbcf342afc 1.64 MB 4,076 6
859,878 859,878 00000000000000000001ba17fa2652263ed34fa3e4f504499f88eab3710a12c2 1.79 MB 6,139 3
859,877 859,877 000000000000000000010c183ab4c8931ddf9843081ab2bc4b4f18ea5f040c80 1.67 MB 3,849 6
859,876 859,876 0000000000000000000013ee9a770e5ee3bc15c32f1bdb4d97186e4d262846e4 1.72 MB 6,372 3
859,875 859,875 00000000000000000001aa687bc46c31fb53254139438bdda48a65dcef85df29 1.82 MB 3,225 5
859,874 859,874 00000000000000000000ab2f331540f805cf60f5518519aa276bca0afa34f0f0 1.65 MB 3,240 7
Previous 10 blocks ↓
Total Size: 684.32 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,334.25 GB sent, 100.44 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.