Memory Pool Memory Pool Refreshing

1,388 transactions
23.06 vMB
Show Random Selection Loading Transactions
Max Size: 93/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 0.99 vMB 1,157 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,316 (808,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,868 99,868 00000000000284b15ac5bd3d0db566d7f36db56eb51d5e3c9009a0471ceee846 0.00 MB 9 0
99,867 99,867 0000000000038294870ae93f76c125037e18a50a6b86dd5338daf46bc664bdfa 0.00 MB 1 0
99,866 99,866 000000000003fded7150d89f4fd9a25473118be6703934084b4a1e9be1cede7d 0.00 MB 2 0
99,865 99,865 000000000002a7dd3bc187a32a518a048315c0e52e7aad6179a8ce6c354897fa 0.00 MB 2 0
99,864 99,864 00000000000208caa2f00752a34e44de23687074aed23dec596875560f3b5ef4 0.00 MB 3 0
99,863 99,863 00000000000420d73b51b3a8d93ba036a0a9df8e9840a2caae2dc4f3ddfd679f 0.00 MB 3 0
99,862 99,862 0000000000004bed098594336b09d866457efcfb8cc437bcc978315e0d380a88 0.00 MB 5 0
99,861 99,861 0000000000027734f2a0304ea9b73424002de7cf53f3ea4c7796471127645e16 0.00 MB 2 0
99,860 99,860 00000000000089e4764ebd7dbdc81867f95a33e994eb27eec747f144730d0864 0.00 MB 1 0
99,859 99,859 000000000001938c07e4851159e25f264e593af15e663e25564785708c1ad79b 0.00 MB 2 0
99,858 99,858 00000000000050a0729c9a9de075399ae65abba6944ed3f424677a6f06f87fee 0.00 MB 2 0
99,857 99,857 0000000000006b10bd3678ee4c5cbbf8c382fab4fc4c7573e19768e38c63b130 0.00 MB 1 0
99,856 99,856 000000000002763db5a4f243e13ce3488f41c912e7c1ada9eda0fdfc365e9806 0.00 MB 3 0
99,855 99,855 0000000000033a975ed32605765e6a4d5743b4d36b006d12fc0833d43bfb8f70 0.00 MB 1 0
99,854 99,854 000000000000127d0b6f55b16c55601081443bfaf6c8e2685f3867990661f888 0.00 MB 4 0
99,853 99,853 0000000000031c39e2e5ba4a193c961667adcd1efeaf2308c0dd17d1a13ff043 0.00 MB 4 0
99,852 99,852 000000000002f93f6f386a001b509368b588b5320d4863d890506112ac00d476 0.01 MB 4 0
99,851 99,851 00000000000252abceb04687e9414b8168932c22ca7e782a3cb12a4ef5bb6368 0.00 MB 3 0
99,850 99,850 00000000000093604b2b495a87c763aa750dcabfdc70c86711889391b7d5502b 0.00 MB 1 0
99,849 99,849 000000000002f57457fdcb08b34f4109c3e948a73243a66d84abcbf807c2caf3 0.00 MB 1 0
99,848 99,848 00000000000232691cd41700e8405c09fbc9eecc350e0bf4a81c89029be21e16 0.00 MB 12 236
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,700.51 GB sent, 98.62 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.