Memory Pool Memory Pool Refreshing

3,825 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
907,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,542 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (111,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,839 795,839 0000000000000000000187eda3374be61960acbf8f0dc920071a77e5adb199b5 1.94 MB 2,418 20
795,838 795,838 000000000000000000005696806c54c2f03907fd6a866d92e823728aff3ddd44 1.58 MB 2,619 19
795,837 795,837 00000000000000000000e4eff4ee543ceeb0a53e1d28a600a97f8f1d3b0b47f4 1.71 MB 4,059 23
795,836 795,836 00000000000000000000d8d73677d27223dc8e5d9edd2a6c86d068912a74f9f0 1.83 MB 487 12
795,835 795,835 00000000000000000001ae1c75fd5f1dca8de6f170a8a97f36b9f454a3603042 1.69 MB 2,026 18
795,834 795,834 0000000000000000000255192a447b4f83247a5c8306c962ad31f594de86cef6 2.04 MB 5,689 11
795,833 795,833 0000000000000000000039c9313c32289c98253e3fe16e3f343698d48bc6492b 1.79 MB 1,076 16
795,832 795,832 0000000000000000000159a065d567d9b674a501cca0deb89ef6264c39605348 1.75 MB 1,599 16
795,831 795,831 00000000000000000003842d2cb3f20e567f5c540ec85633d52c7dbd653b3ad7 1.82 MB 974 14
795,830 795,830 00000000000000000001952e4da2528fa3291775578dc3f99b22b3fec8a435bd 1.95 MB 3,335 11
795,829 795,829 000000000000000000045b9b5f6642d9a8cf5e0cffc1fc806a44af10d102d95f 1.84 MB 1,492 16
795,828 795,828 000000000000000000020a348e64cde1795a43c7a542d2e4b2b0a55489064767 1.88 MB 478 12
795,827 795,827 000000000000000000004d171c36b38fcb3a8f5d289da799663229a8b6143ef4 1.79 MB 2,303 19
795,826 795,826 0000000000000000000513facc8b0dc46cc3ec6aa2b9f392b9ebf46948c341a3 2.03 MB 3,229 13
795,825 795,825 00000000000000000003cdd897eb9355c524bcdf2ea22ce068c1fde55899e90f 1.80 MB 4,125 22
795,824 795,824 00000000000000000002f3ebbedaf71becf7d7ebe3c7948ec43932fd0de8d40a 1.80 MB 1,834 19
795,823 795,823 000000000000000000003afa019fca92b0c57ac4e3857e1b9276c6a553f05833 1.69 MB 1,492 20
795,822 795,822 00000000000000000002f3597b065441d1d0f9d481d964e9b1d9382592330afe 1.92 MB 1,946 15
795,821 795,821 000000000000000000018782c20f7484f5252a9b3b82ee9e140ba992dbbe6e8d 1.89 MB 2,638 20
795,820 795,820 000000000000000000054391ae1d792d7ce4bb90166701b3acbcad5c1ab6e2bd 1.73 MB 2,651 18
795,819 795,819 00000000000000000002fe975aa5bb4e197fab49385b75a3f19a5eee78f0c598 1.50 MB 2,895 37
Previous 10 blocks ↓
Total Size: 768.99 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,616.55 GB sent, 92.75 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.