Memory Pool Memory Pool Refreshing

3,701 transactions
23.90 vMB
Show Random Selection Loading Transactions
Max Size: 98/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,317 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,906 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,316 (872,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,276 36,276 00000000baa4b1bb6a23a2ce130cc9c42caf81306e078b29cb55f91a2eda9af5 0.00 MB 1 0
36,275 36,275 0000000047c312b48706e3d69966f59b49b9d249394445ff7d91f5df47b40af4 0.00 MB 1 0
36,274 36,274 000000005a22c1d2a11dae90b8c9f4ee41423153fee67c4c06fa331b7641e0b6 0.00 MB 1 0
36,273 36,273 00000000bc53b386a7277730f0d0e84ff7f7e9d20a9ab0bd181bfb33754d0f8d 0.00 MB 1 0
36,272 36,272 0000000008af975c7ed0c953772e6c309152df15cc868eb9325857e8fe925ae7 0.00 MB 1 0
36,271 36,271 00000000c04bc36f5bc60650a64c480195059f21224098a8f1615c4a67b4d5b0 0.00 MB 1 0
36,270 36,270 000000000da6fd1778765d91eb970b7aaa65bb5b6cc8531f2dc9ed84e0c5313a 0.00 MB 1 0
36,269 36,269 0000000014bb617416a667ad210509b3ca70b799f3000af85e349af11e4cd965 0.00 MB 1 0
36,268 36,268 000000004681c9f83b3fa1cdec0b1a7621fd09a152a32b26da4c3e8525574853 0.00 MB 1 0
36,267 36,267 0000000024444ebec87e8e0ebe6cd12b22ada8ddfd0ad953c63af39cb34319d4 0.00 MB 1 0
36,266 36,266 0000000041343a6e4d8ad81a313180ef9fe77a87b11b8b65f378599ff8f6d623 0.00 MB 1 0
36,265 36,265 000000005343fb0dbd8cfcc8d4231d1c6cbd803345d07365a517e880dccb073e 0.00 MB 1 0
36,264 36,264 000000001cdf11efbb1d3050f38ce0bdcc2cdde1ff496f335c042f625194b976 0.00 MB 1 0
36,263 36,263 000000009855aa9c7f3920e737367c3d55383fc8a71f826e68e5078dc69a7d89 0.00 MB 1 0
36,262 36,262 000000009cecd0d6211f7c20c7745f5e8b9675f5abf3e82c49c3d3075dd4ada8 0.00 MB 1 0
36,261 36,261 00000000823df9710efc444ace1ad7a03ed5327811e55a34cf80b1043483e72a 0.00 MB 1 0
36,260 36,260 00000000430cfe9b05a493de44eb901cfeed877c84b3de11d6b5916ba4255e92 0.00 MB 1 0
36,259 36,259 000000005bb2f25b96abd3c680c9b256bca5b312809cca80fa37da1f74467965 0.00 MB 1 0
36,258 36,258 000000007b4d4db70c5bafecaadf11cc02c08c1b17c9465ccf37f819813b4026 0.00 MB 1 0
36,257 36,257 000000002ecaea3a3e4cc830ab6fdef6442b2d6a4534a5a91626e567bd701825 0.00 MB 1 0
36,256 36,256 00000000b77e573f4a1d037fbe50822760fc141774acdfd58313825d2b880a4a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.23 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,701.00 GB sent, 98.63 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.